Hi
I have a State machine workflow. State Machine workflow requires EventDriven activity ,
This state needs to wait for set of two event, that is Either event (A1 or A2) And event (B1 or B2). In total there are four event handlers
In any combination, but my state should wait for at least two to be raised. I thought of using ParallelActvivity, but I cant use it directly inside state machine.
Any pointers to achieve this?