Conductor · JSON Structure

Conductor Conductor Task Summary Structure

Type: object Properties: 16
AutomationOrchestrationStateTasksWorkflows

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

Properties

taskId taskType taskDefName status workflowId workflowType correlationId scheduledTime startTime updateTime endTime input output reasonForIncompletion queueWaitTime domain

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TaskSummary",
  "type": "object",
  "properties": {
    "taskId": {
      "type": "string"
    },
    "taskType": {
      "type": "string"
    },
    "taskDefName": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "workflowId": {
      "type": "string"
    },
    "workflowType": {
      "type": "string"
    },
    "correlationId": {
      "type": "string"
    },
    "scheduledTime": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "input": {
      "type": "string"
    },
    "output": {
      "type": "string"
    },
    "reasonForIncompletion": {
      "type": "string"
    },
    "queueWaitTime": {
      "type": "integer"
    },
    "domain": {
      "type": "string"
    }
  }
}