In Workflow need to listen for multiple events
问题 I need a workflow where need to listen for multiple events any event will drive workflow further. some actions --> Call external method --> Here there 3 events any one would be the response. What kind of activity i can use there where i can have three event handler. Any event will drive it further. Thought of using state machine workflow but if there is anything i can use instead? 回答1: Whether you use a sequential workflow or state machine workflow activity as your root workflow type, you can