Skip to main content

Events

Events or Services request flow.

Events are the execution of the steps stack described in the task flow in the Strategy. In the Strategy, each step creates a new event to be executed.

The events could be synchronous or asynchronous. Asynchronous requests execute the configured request action and pause the event even getting the request’s response. It’s waiting for an API call to resume the event based on the event correlationId.