Anyone used Trigger Section part of the State Machine. if used which action or activities generally used in this trigger block?

Anyone used Trigger Section part of the State Machine. if used which action or activities generally used in this trigger block?

Hi @Pramod_Nannaka,

You can add “anything” there; it ultimately depends on what you want in the end. If there are more than one transition, the transaction where the trigger is executed first will be followed. That is, if the trigger scope is empty, the transaction will never be followed. If Trigger 1 is executed before Trigger 2, then Transition 1 will be followed.

helpful if you can share use case snapshot