Conductor · Example Payload

Conductor Conductor Event Handler Example

AutomationOrchestrationStateTasksWorkflows

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

Top-level fields

nameeventconditionactionsactiveevaluatorType

Example Payload

Raw ↑
{
  "name": "Example Title",
  "event": "example_value",
  "condition": "example_value",
  "actions": [],
  "active": true,
  "evaluatorType": "example_value"
}