flow_wait
Wait for a job to finish and return its output file paths. Polls every 5 seconds until the job completes or the timeout is reached.
Instructions
Wait for a job to finish and return the file paths. Polls the bridge every 5 s up to timeoutSec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| timeoutSec | No | How long to wait, default 600 s (a Flow clip takes 1–3 min) |