flow
: The input flow port that allows the Trigger node to be connected to other nodes in the spell.flow
: The output flow port that is activated when the specified custom event is triggered, allowing the execution to continue to the next connected node.customEventId
(string, default: “-1”): The unique identifier of the custom event that the Trigger node should listen for. This ID should match the event you want to trigger the spell.flow
output port of the Trigger node to the input port of the next node in your spell.customEventId
to the ID of the custom event you want to listen for.flow
output of the Trigger node to the input of a Notification node.customEventId
to the ID of the custom event you want to listen for (e.g., “myCustomEvent”).customEventId
to avoid conflicts with other custom events in your system.customEventId
in the Trigger node configuration matches exactly with the ID of the custom event you want to listen for. Any mismatch will prevent the spell from triggering.