MxAdmin session gets removed while th MF is still running

0
Hi guys, I have a heavy mf initiated as MxAdmin doing import stuff. And I normally in an infinitie loop Mx throws the user out...but in this case it isnt desired. Is there a way to disable this ? As long as the MF is running i'd like to show the page with the loader icon on it.      
asked
1 answers
1

Did you configure the button to run the microflow asynchronously? That allows for long running functions without timeouts.

 

For long running conversion I usually use executeMicroflowInBackground from CommunityCommons. To keep track of progress, I usually add some logging.

answered