AutomationWorkflowConfig
Type: Object
Configuration for Workflow nodes that execute sub-workflows within larger workflows. Provides parameter mapping and result handling for nested workflow execution.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| parameters | ExpressionScalar! | Parameters to provide to the workflow with expression-enabled values | ||
| timeout | Int! | Workflow execution timeout in milliseconds | ||
| type | String! | Node type identifier | ||
| waitForCompletion | Boolean! | Whether to wait for workflow completion before continuing | ||
| workflow | AutomationWorkflow! | Reference to the workflow resource to execute | ||
| workflowId | ID! |