Skip to content

Send FSM Event

Send an event to an FSM by name.

In general you should prefer Global Events, but sometimes its convenient to send an event by name. For example, maybe you are selecting the event from a list of strings, or building the event name dynamically based on some conditions.

Warning

If you rename the event in the target FSM you have to change the event name in this action.

It will not update automatically!

Parameters

Parameter Description
FSM Component The FSM to send the event to.
Event Name The name of the event to send.
Delay Optional delay in seconds.