Add a time-out option for microflows - Mendix Forum

Add a time-out option for microflows

5

I want to add a time-out limit to microflows. If the microflow takes longer than the time-out parameter, the process should continue into the error handling flow (or just throw an exception).

This will help greatly with fixing deadlocks in our application (multiple processes are trying to commit the same object at the same time; currently there is no way to fix this).

asked
1 answers

Currently, microflow does not have an avoidance logic for dead-lock.  The avoidance logic is always required by Japanese financial industry.  Timeout is a solution.

Created