Conductor · Schema

Workflow

AutomationOrchestrationStateTasksWorkflows

Properties

Name Type Description
workflowId string Unique workflow instance ID
workflowName string Name of the workflow definition
workflowVersion integer Version of the workflow definition
correlationId string Correlation ID
status string Current status of the workflow
startTime integer Start time in epoch milliseconds
endTime integer End time in epoch milliseconds
updateTime integer Last update time
input object Workflow input
output object Workflow output
tasks array List of tasks in the workflow execution
reasonForIncompletion string Reason for failure or termination
failedReferenceTaskNames array List of failed task reference names
priority integer Workflow priority
variables object Workflow variables
lastRetriedTime integer Last retry timestamp
ownerApp string Owner application
createTime integer Creation timestamp
createdBy string Created by
parentWorkflowId string Parent workflow ID if this is a sub-workflow
View JSON Schema on GitHub