CreateWorkflowVersionInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| active | Boolean | Indicates whether the workflow is active | |
| edges | [AutomationWorkflowVersionEdgesInput!] | The edges in this workflow | |
| inputSchema | JsonString | JSON schema defining the expected input structure | |
| nodes | [AutomationWorkflowVersionNodesInput!] | The nodes in this workflow | |
| outputSchema | JsonString | JSON schema defining the expected output structure | |
| retryPolicy | AutomationWorkflowVersionRetryPolicyInput | Retry configuration for failed executions | |
| timeoutSeconds | Int | Maximum execution time in seconds before timeout | |
| version | Int | Version number of the workflow | |
| viewport | AutomationWorkflowVersionViewportInput | Visual editor viewport configuration (zoom, pan) | |
| workflowId | ID! | The ID of the workflow this version belongs to |