Wait for Assembly completion
transloadit_wait_for_assemblyMonitor a Transloadit Assembly by polling until it completes or a timeout expires, using customizable intervals.
Instructions
Polls until the Assembly completes or timeout is reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assembly_url | No | ||
| assembly_id | No | ||
| timeout_ms | No | ||
| poll_interval_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| assembly | No | ||
| waited_ms | No | ||
| errors | No | ||
| warnings | No |