I have a form submit where we have it to "automatically load the next task if assigned to the same person" is checked.
- On form submit we have a workflow run that does calculations and table inserts.
- Workflow activity in the process is set to wait until the workflow completes.
- The next form opens for the user and displays the information.
This has been working fine, however we are running into an issue where if the workflow seems to take too long, the task does not auto load to the same person, it displays the welcome page instead. The task is given to the person and I can see it in monitoring but the "automatically open" does not function.
Is there a timeout to this or something?
Thanks,
Chris