Conductor · JSON Structure

Conductor Conductor Task Def Structure

Type: object Properties: 20
AutomationOrchestrationStateTasksWorkflows

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

Properties

name description retryCount retryLogic retryDelaySeconds timeoutSeconds timeoutPolicy responseTimeoutSeconds pollTimeoutSeconds concurrentExecLimit rateLimitPerFrequency rateLimitFrequencyInSeconds ownerEmail inputKeys outputKeys inputTemplate createdBy createTime updatedBy updateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TaskDef",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "retryCount": {
      "type": "integer"
    },
    "retryLogic": {
      "type": "string"
    },
    "retryDelaySeconds": {
      "type": "integer"
    },
    "timeoutSeconds": {
      "type": "integer"
    },
    "timeoutPolicy": {
      "type": "string"
    },
    "responseTimeoutSeconds": {
      "type": "integer"
    },
    "pollTimeoutSeconds": {
      "type": "integer"
    },
    "concurrentExecLimit": {
      "type": "integer"
    },
    "rateLimitPerFrequency": {
      "type": "integer"
    },
    "rateLimitFrequencyInSeconds": {
      "type": "integer"
    },
    "ownerEmail": {
      "type": "string"
    },
    "inputKeys": {
      "type": "array"
    },
    "outputKeys": {
      "type": "array"
    },
    "inputTemplate": {
      "type": "object"
    },
    "createdBy": {
      "type": "string"
    },
    "createTime": {
      "type": "integer"
    },
    "updatedBy": {
      "type": "string"
    },
    "updateTime": {
      "type": "integer"
    }
  }
}