Directly Assign a User to an Action

How can I directly assign an user to an action in orchestrator. So that it won’t go to the unassigned section and it goes directly to the pending section of the Action Center.

Thank you guys.

1 Like

Hey @minolp

You can assign tasks after creating it, using the below activity.

You need to just pass the List of TaskUserAssignment object.

In each of the TaskUserAssignment object you will set the task id and username.

Thanks
#nK