Conductor · Example Payload

Conductor Conductor Workflow Summary Example

AutomationOrchestrationStateTasksWorkflows

Conductor Conductor Workflow Summary Example is an example object payload from Conductor, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

workflowIdworkflowTypeversioncorrelationIdstartTimeupdateTimeendTimestatusinputoutputreasonForIncompletionexecutionTimeeventfailedReferenceTaskNamespriority

Example Payload

Raw ↑
{
  "workflowId": "500123",
  "workflowType": "example_value",
  "version": 10,
  "correlationId": "500123",
  "startTime": "example_value",
  "updateTime": "example_value",
  "endTime": "example_value",
  "status": "example_value",
  "input": "example_value",
  "output": "example_value",
  "reasonForIncompletion": "example_value",
  "executionTime": 10,
  "event": "example_value",
  "failedReferenceTaskNames": "example_value",
  "priority": 10
}