In reply to: Daniel Krüger (Cosmo Consult)
Hi Michał,
each timeout is stoped once the workflow leaves the current step. The interval makes no difference in this case. On the other hand you can accidentally create an infinite timeout from a timeout which should be created only once. This can happen if the timeout uses a path which moves the workflow to the same step. This will trigger the timeout again. Independent of the setting, each timeout will create a new version. So you should be careful with this. :)
If you want an infinite timeout across all steps you should check the cycling actions under the global actions.
https://community.webcon.com/posts/post/cyclical-actions/106
Best regards,
Daniel
Hi Daniel,
I have created infinite timeout by accident in exactly the way you described. I would like to remove this timeout and therefore would like to move the instance to the other step. Unfortunately, due to above, instance version count reached 2374796 resulting in the following error while trying the move: System.OverflowException: Value was either too large or too small for an Int16.
Is there a way to change manually version count or to delete excessive instance versions?