Hi
How can I solve the below message??
The action has been cancelled because the timout delay has expired
Hi
How can I solve the below message??
The action has been cancelled because the timout delay has expired
any update about this case
Hi Rami,
We need more details regarding this. Please post a ticket on our support website with the reproduction steps.
Regards,
Eddy.
Updating this thread:
WorkflowGen has a locking mechanism when launching parallel actions. If one of the actions is started, the system locks all the other actions by 5 minutes (default) to avoid concurrency issues.
If you try to submit after those 5 minutes, you will get the error message:
The action has been cancelled because the timout delay has expired
If you want more time to handle the action, you can modify the timeout value in:
Configuration panel -> Portal -> Request -> Request data lock timeout for concurrent application.
Eddy.
I am testing this and the form submitted without any error. It is not what I expected, since it overwrote the formdata and other data variables.
My form is a VS form. Do I need to something special to get the timeout error working?
Let me explain what is happening.
I have 2 concurrent actions assigned to different users.
Hello Gabriel,
The data lock is defined on the configuration panel (by default 5min), you can increase the value or set the possibility to launched parallel actions at the same time: Tutorial: How to create a workflow with parallel actions that can be launched at the same time
Hi,
Thanks for your reply. I am aware how to launch actions in parallel, that is not the issue here. I believe there is a flaw in how the data lock works.
The user who leaves a form open for longer than the data lock value should NOT be able to submit the form. This is the case in 1 scenario, but not the one I described in this thread.
You can easily reproduce this issue by having a parallel action and following this procedure:
Thanks,
Gabriel