ConceptsSteps
Event Step
The Event Step lets you define custom logic in response to subscribed events and at the same time trigger other steps by emitting new events. It enables communication between different parts of your flow.
Config
The following properties are specific to the Event Step, in addition to the common step config.
Prop | Type | Description |
---|---|---|
string[] | This is only required for TS or JS steps that use zod for their input schema, this is used when processing the step to validate the input before executing the step handler. |
The following examples showcase how to configure an Event Step
Example
Need help? See our Community Resources for questions, examples, and discussions.