Conductor · JSON Structure

Conductor Conductor Workflow Task Structure

Type: object Properties: 17
AutomationOrchestrationStateTasksWorkflows

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

Properties

name taskReferenceName type description inputParameters optional startDelay asyncComplete retryCount sink subWorkflowParam joinOn forkTasks decisionCases defaultCase loopCondition loopOver

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkflowTask",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "taskReferenceName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "inputParameters": {
      "type": "object"
    },
    "optional": {
      "type": "boolean"
    },
    "startDelay": {
      "type": "integer"
    },
    "asyncComplete": {
      "type": "boolean"
    },
    "retryCount": {
      "type": "integer"
    },
    "sink": {
      "type": "string"
    },
    "subWorkflowParam": {
      "type": "object"
    },
    "joinOn": {
      "type": "array"
    },
    "forkTasks": {
      "type": "array"
    },
    "decisionCases": {
      "type": "object"
    },
    "defaultCase": {
      "type": "array"
    },
    "loopCondition": {
      "type": "string"
    },
    "loopOver": {
      "type": "array"
    }
  }
}