Hi all,
We have a long running microflow that is triggered by the user, which creates and manipulates a number of objects.
The problem we are seeing is that once the Microflow has completed all the actions it does not appear to terminate i.e. we continue to see the blocking progress bar.
We are calling the microflow asynchronously and have made numerous performance optimisations. Through logging (and enabling the debugger) we can see that the microflow has completed all the actions and if we refresh the page we can clear the progress bar and the data is as expected.
Is there something we can do to make the Microflow terminate quicker?