Conductor · JSON Structure

Conductor Conductor Event Handler Action Structure

Type: object Properties: 5
AutomationOrchestrationStateTasksWorkflows

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

Properties

action start_workflow complete_task fail_task expandInlineJSON

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EventHandlerAction",
  "type": "object",
  "properties": {
    "action": {
      "type": "string"
    },
    "start_workflow": {
      "type": "object"
    },
    "complete_task": {
      "type": "object"
    },
    "fail_task": {
      "type": "object"
    },
    "expandInlineJSON": {
      "type": "boolean"
    }
  }
}