UpdateWorkflowExecutionInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| completedAt | DateTime | When the execution completed | |
| contextData | JsonString | Additional context data for the execution | |
| currentNodeId | String | ID of the currently executing node | |
| errorDetails | JsonString | Error information if the execution failed | |
| inputData | JsonString | Input data provided to the workflow | |
| outputData | JsonString | Final output data from the workflow | |
| pausedAt | DateTime | When the execution was last paused | |
| priority | Int | Execution priority (higher numbers = higher priority) | |
| progressPercentage | Int | Execution progress as a percentage (0-100) | |
| resumedAt | DateTime | When the execution was last resumed | |
| retryCount | Int | Number of times this execution has been retried | |
| startedAt | DateTime | When the execution started | |
| status | String | Current execution status | |
| tags | [String!] | Tags for categorizing and filtering executions | |
| triggeredById | ID | ||
| workflowVersionId | ID |