I was doing the unit testing of my process application. I can see it started and test is getting exited at “Intermediate Throw Event” . This “Intermediate Throw Event” is marked “async before”. How to continue the test ?
I was in view that - once I kick start the flow in unit test , it would continue to run , but seems it is not the case