How do I determine if a Micreflow is running in the background?

0
I have a microflow that runs both in the foreground and is also called by a flow that is in the background. I need to make a decision based on if the flow is in the background or foregound. Is there a way that I can determine if I'm running in the background?
asked
2 answers
2

 

You could check for the current user, if you use the 'executeMicroflowInBackground' from the community

commons Module there is no current user when running the action in the background.

answered
0

Why not logging with error handling with custom rollback to see which points are passed not passed?

answered