Handling the same event in multiple states in Workflow Foundation

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?

+1


a source to share


1 answer


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.



+4


a source







All Articles