Conductor · Schema

WorkflowExecution

A Conductor workflow execution instance representing a running or completed workflow, including its status, input/output data, task executions, timing information, and failure details.

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 in epoch milliseconds
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
workflowDefinition object The workflow definition used for this execution
priority integer Workflow priority
variables object Workflow variables
lastRetriedTime integer Last retry timestamp in epoch milliseconds
ownerApp string Owner application
createTime integer Creation timestamp in epoch milliseconds
createdBy string Created by
parentWorkflowId string Parent workflow ID if this is a sub-workflow
View JSON Schema on GitHub