Test Case after thread is finished

0
Hi everyone   I'm writing test case for a microflow which has part of it's logic implemented in a different thread.    I would like to call another microflow after thread is finished.    Is there any possibility to do that?    For test I'm using menditect   Best regards, Anahit 
asked
1 answers
0

Hi Anahit,

 

Not sure if I understand your usecase, but you could have a look at the 'RunMicroflowAsyncInQueue' and 'executeMicroflowAsUser' activities in de CommunityCommons module. These actions allow you to add an activity in your microflow that starts a different microflow.

 

Hope that helps!

 

Daan

answered