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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.