I am using StateMachine Workflow. There are scenarios where the same event can be triggered in multiple worker processes.
I want to know if I can handle the same event in more than one state?
You can listen to the same event in multiple states in a state machine workflow, but when the event is triggered, only the active state is fired.