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.
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.
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.
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.