I have many robotic tasks, all of them runs when triggered either from process or by Re-execution or By TEST button, but one of the Robotic tasks which was executing previously has stopped triggering from process model, the process model gets stuck at the robotic tasks node without any errors and fails with timeout after long time. Re-execution of the previous instances is also not triggering any new instance for this robotic tasks alone.
Discussion posts and replies are publicly visible
Your issue is most likely a stuck/queued robotic task or no available robot, so the process stays active and times out after 96 hours.https://docs.appian.com/suite/help/26.3/Execute_Robotic_Task.html#runtime-behaviorAlso, Verify the concurrent execution limit setting on that robotic task - if it's set to 1 and a previous instance is stuck In Progress, new ones queue indefinitely, which matches your exact symptoms (no error, just hangs then times out).https://docs.appian.com/suite/help/26.3/rpa-9.22/configure-run-time-settings-tab.html
https://docs.appian.com/suite/help/26.3/rpa-9.22/robotic-task-execution.html
Removed all the older executions of that Robotic task still the issue persists
Did you try to debug or test like this? docs.appian.com/.../robotic-task-execution.html
Yes, nothing happens, no execution gets created in operations console. Robot is online and other tasks run as expected on testing or debugging except this particular robotic task. I would really appreciate if you can suggest a solution to handle this
If An execution instance is not getting created it is weird indeed and I have never faced this with my limited experience with RPA. I can suggest few things as of now, that you can try.
If none of the above work then better to reach out to Appian Support to investigate the matter.