AutomationCombineConfig
Type: Object
Configuration for Combine nodes that merge multiple input streams into a single output. Supports various combination strategies and wait conditions.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| mergeExpression | ExpressionScalar | Custom merge logic expression | ||
| strategy | String! | How to combine the inputs | ||
| timeout | Int! | Timeout in seconds for waiting for inputs | ||
| type | String! | Node type identifier | ||
| waitFor | String! | What to wait for before combining inputs |