Here after the last XOR gate i have a condition like if the condition is true then go to the third node from left which is a UIT.
Here also I am doing the assignment of the UIT to the process initator so that the form will open immediately also doing the enabling the activity chaining ,but it is not happening as expected it is getting stuck here only like the image below.
Can anyone tell me what I am missing here ?
Thanks In Advance !
Discussion posts and replies are publicly visible
Process chaining has some limitations in the number of nodes in-between and the time it takes.
And that UIT is not "stuck", but the user would have to navigate to a task report and open it.
But UIT should appear immediately, not by going to the task report or is there any other suggestions of doing that ?
and also I did not get your point "Process chaining has some limitations in the number of nodes in-between and the time it takes." Can you please give more context on this ?
https://docs.appian.com/suite/help/24.2/Process_Model_Recipes.html#using-activity-chaining-to-display-multiple-forms-in-succession
50 nodes or 5 seconds is the limit. Then the chain "breaks" and that UIT is available via a task report.
Then do you have any other idea to achieve this scenario ?
What do you mean? in case the length of the chain is the issue, you need to shorten it. In case there is a time problem, you need to either speed up the processing, or maybe push certain parts into the background aka. non-chained part.