AutomationParallelConfig
Type: Object
Configuration for PARALLEL nodes that execute multiple branches concurrently. Parallel execution means all branches run simultaneously without waiting.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| branches | [AutomationParallelBranch!]! | Configuration for each parallel branch | ||
| inputPath | ExpressionScalar | Optional path to specific data for parallel processing | ||
| type | String! | Node type identifier |