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 ?
Hi bisheswar01 ,
Did you provide and escalations in the UIT
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.
No ,I am not providing !
Then do you have any other idea to achieve this scenario ?
bisheswar01
How many node Signature sub process has?I hope there are no missing activity chains within the sub-processes.It would also be helpful if you could share the lane assignments and a snapshot of the sub-processes for reference.
bisheswar01 Uncheck the quick task and try running the process. Hope it may solve the issue.
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.