Wait for Assembly completion
transloadit_wait_for_assemblyPoll an assembly's status at regular intervals until processing finishes or the timeout expires, allowing your workflow to continue once media operations complete.
Instructions
Polls until the Assembly completes or timeout is reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_ms | No | ||
| assembly_id | No | ||
| assembly_url | No | ||
| poll_interval_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| status | Yes | ||
| assembly | No | ||
| warnings | No | ||
| waited_ms | No |