When to use
Place this node after the Event Orchestrator to execute the event action. You typically need two Event Manager nodes in a workflow — one on the “Create Event” output and one on the “Close Event” output.Operations
- Create Event
- Update Event
- Close Event
- Get Event
Output
The create operation returns the created event data:Credentials
Requires GraphQL Subscription API credentials.Example
- In the Batch Track State Workflow (batch), a single Event Manager creates the event with both start and end time — no close step needed
- In the Streaming Zone State Workflow (streaming zone state), two Event Manager nodes are used — one to create and one to close when conditions clear
- In the Streaming Track State Workflow (streaming track state), two Event Manager nodes handle create and close paths

