Conductor · Example Payload

Conductor Conductor Event Handler Action Example

AutomationOrchestrationStateTasksWorkflows

Conductor Conductor Event Handler Action Example is an example object payload from Conductor, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

actionstart_workflowcomplete_taskfail_taskexpandInlineJSON

Example Payload

Raw ↑
{
  "action": "example_value",
  "start_workflow": "example_value",
  "complete_task": "example_value",
  "fail_task": "example_value",
  "expandInlineJSON": true
}