workflow_init
Initialize isolated browser workers for parallel task execution, with configurable per-worker timeouts and success criteria.
Instructions
Initialize a workflow with multiple isolated workers for parallel browser ops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name | |
| workers | Yes | List of workers to create | |
| workerTimeoutMs | No | Per-worker timeout in ms. Default: 60000 | |
| maxStaleIterations | No | Stale update limit before circuit break. Default: 5 | |
| globalTimeoutMs | No | Global workflow timeout in ms. Default: 300000 |