AutomationWorkflowVersionNodesInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| description | String | Description of what this node does | |
| handle | String | User-defined handle for referencing this node in expressions (e.g., 'validate_customer') | |
| inputSchema | JsonString | Expected input data schema for this node | |
| label | String | Display label for the node in the workflow editor | |
| nodeConfig | AutomationNodeConfigInput | Type-specific configuration for this node | |
| nodeType | WorkflowNodeType | Type of node determining its behavior | |
| outputSchema | JsonString | Expected output data schema for this node | |
| position | WorkflowNodePositionInput | Visual position in the workflow editor | |
| retryCount | Int | Number of times to retry on failure | |
| timeoutSeconds | Int | Maximum execution time for this node |