When I use CommunityCommons.executeMicroflowAsUser_2 from a Microflow will the microflow wait until the Microflow executed from the javaaction finishes or will it continue immediately ?
If the latter is true is there an alternative to this javaaction that will wait until the javaaction is finished.
( CommunityCommons.executeMicroflowInBatches does have a parameter 'waitUntilFinished' but that one will not do because I need the execute as user parameter )