vote up 1 vote down star

I'm using StateMachine Workflow. There are scenarios where same event can be fired in more than one states in workflow.

I want to know if i can handle same event in more than one states?

flag

1 Answer

vote up 4 vote down check

You can listen for the same event in multiple states within a state machine workflow, but only the active state will be triggered when you fire the event.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.