validate_parallel_tasks
Run validation commands for multiple tasks concurrently, accumulating state atomically to prevent race conditions.
Instructions
Run validation commands for multiple READY/IN_PROGRESS tasks concurrently with atomic sequential state accumulation (race-condition free).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory override for all commands (optional) | |
| nodeIds | Yes | List of node IDs to validate in parallel (must be READY or IN_PROGRESS) | |
| timeoutMs | No | Timeout per command in milliseconds (default: 60000) |