When i am tring to run the action in the meastro for using human in loop solution i am getting the error that it is going to the unassigned task in the action but i want it is come in the assigned task what should i do for that
We are trying to retrieve the output from the RPA workflow that is assigned from this workflow. However, when we call the workflow in Maestro, the task is not appearing in the Assigned Tasks section. Instead, it is being created under Unassigned Tasks.
How can we ensure that the task is assigned correctly and appears in the Assigned Tasks section rather than Unassigned Tasks?
looks like the email address of the user is not resolving to a user to assign.
Could you add a output var to failed task assignment ouput?
that should give you why it has failed
Firstly, check if the user to whom you are assigning the task has necessary permissions to view and work on tasks.
Check here: Orchestrator → Tenant → Manage Access → Users AndAlso Folder → Manage Access
A task can be created successfully in Action Center, but assignment may fail if the user doesn’t belong to that folder. So, make sure the user is part of the folder.
Put a variable for the Failed task assignments output variable for the Assign Tasks activity and see if the activity is failing to assign the task correctly.
Email address of the user doesn’t match the Orchestrator user. Verify if you are putting the exact email spelling and no extra spaces. Try to put open the variable in expression editor and type the email in the double quotes.
Hope you get a solution through 1 of the above steps.