Conductor · JSON Structure

Conductor Conductor Task Structure

Type: object Properties: 24
AutomationOrchestrationStateTasksWorkflows

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

Properties

taskId taskType status referenceTaskName workflowInstanceId workflowType correlationId scheduledTime startTime endTime updateTime retryCount pollCount callbackAfterSeconds workerId inputData outputData reasonForIncompletion logs domain seq taskDefName responseTimeoutSeconds queueWaitTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Task",
  "type": "object",
  "properties": {
    "taskId": {
      "type": "string"
    },
    "taskType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "referenceTaskName": {
      "type": "string"
    },
    "workflowInstanceId": {
      "type": "string"
    },
    "workflowType": {
      "type": "string"
    },
    "correlationId": {
      "type": "string"
    },
    "scheduledTime": {
      "type": "integer"
    },
    "startTime": {
      "type": "integer"
    },
    "endTime": {
      "type": "integer"
    },
    "updateTime": {
      "type": "integer"
    },
    "retryCount": {
      "type": "integer"
    },
    "pollCount": {
      "type": "integer"
    },
    "callbackAfterSeconds": {
      "type": "integer"
    },
    "workerId": {
      "type": "string"
    },
    "inputData": {
      "type": "object"
    },
    "outputData": {
      "type": "object"
    },
    "reasonForIncompletion": {
      "type": "string"
    },
    "logs": {
      "type": "array"
    },
    "domain": {
      "type": "string"
    },
    "seq": {
      "type": "integer"
    },
    "taskDefName": {
      "type": "string"
    },
    "responseTimeoutSeconds": {
      "type": "integer"
    },
    "queueWaitTime": {
      "type": "integer"
    }
  }
}