Bot stuck in Resumed state when triggered from Assist

I’m facing an issue where the bot gets stuck in the Resumed state and the next set of actions does not execute.

Triggered from UiPath Assist

Job starts successfully

Action is created in Action Center user validated and submits

State remains Resumed

No errors thrown

Workflow does not proceed beyond this point

Has anyone encountered this issue? Any known causes or fixes would be helpful.

Hii @s.dineshbabu Place your activity like this first use Create Form Task
then use Wait for Task and Resume activity. Also if you’re getting same issue then put your activity into try catch. Ensure your actin variable is correctly mapped or not.

Cheers

1 Like

Hi @s.dineshbabu

As per my understanding, workflow doesn’t start running on its own when triggered from assistant. Job must be resumed manually when running workflow in an attended way(from studio or assistant).

Workflow only resumes on its own in an unattended way as automatic resumption is a feature designed for long-running, unattended processes managed by Orchestrator.

1 Like

When a workflow is triggered from UiPath Assistant (attended), it does not resume automatically.
In attended mode, the user must manually resume the job from Studio/Assistant.
Automatic resumption works only in unattended mode.
This is because auto-resume is designed for long-running processes managed by Orchestrator, not attended runs.

1 Like

Hi @s.dineshbabu

This usually happens due to workflow configuration issues.
Check that the process is a long-running workflow, Wait for Action and Resume are used correctly, and the job and action are created in the same Orchestrator folder. Also make sure the latest package is published and the robot stays connected when triggered from UiPath Assist.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.