The information in this article applies to product: e-Work 5.x 6.x
Issue
- What can cause a folder to get stuck at a system stage?
Resolution
A folder could get stuck if there are conditional or timed actions leaving the system stage and if either of the following is true:
- The "Only start action if" condition for every conditional action or timed action resolves to false.
- The code fails in the "When action completed" property of the action.
These two qualifications reflect improper procedure design. When conditional actions are used with system stages, it is recommended that there is one action that can always move the folder on if all of the others fail.
A timed loop-back action can also be added to force the folder to re-evaluate the conditions after taking the timed action. Care needs to be exercised with this though as you can create an endless loop if the conditional actions always fail.