Conductor · JSON Structure

Conductor Conductor Workflow Summary Structure

Type: object Properties: 15
AutomationOrchestrationStateTasksWorkflows

WorkflowSummary is a JSON Structure definition published by Conductor, describing 15 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

workflowId workflowType version correlationId startTime updateTime endTime status input output reasonForIncompletion executionTime event failedReferenceTaskNames priority

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkflowSummary",
  "type": "object",
  "properties": {
    "workflowId": {
      "type": "string"
    },
    "workflowType": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    },
    "correlationId": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "input": {
      "type": "string"
    },
    "output": {
      "type": "string"
    },
    "reasonForIncompletion": {
      "type": "string"
    },
    "executionTime": {
      "type": "integer"
    },
    "event": {
      "type": "string"
    },
    "failedReferenceTaskNames": {
      "type": "string"
    },
    "priority": {
      "type": "integer"
    }
  }
}