Form Task get the assigned user

Hi all,

i’m creating a long running workflow with UiPath Form Task in Orchestrator. Is there a way to get the assigned user of a task? So after the process gets resumed i would like to know which user submitted the case,

Kind regards
Patrick

In the next v1.1.5 of Persistence activity package, userid of assign to user( and some more additional task meta-data) will be available in the Task Object returned by ‘Wait and Resume’ activity itself. For now you can use API call “GetTaskById” to get all the details of the task

1 Like

thanks for the info! any date when the next version will be available?

Tentative date of availability of Persistent activity version 1.1.5 is Aug 17, 2020 (Note: It will require latest orchestrator 2020.4). If it is for an existing on-premise customers, the best bet would be to rely on APIs /odata/Tasks({key}) or /odata/Tasks and look for ‘AssignedToUser’

1 Like

Correction in the last comment.

These new properties in FormTaskData are populated when the workflow connects to Orchestrator 20.7 or above and remain empty for lower versions.
This clarity has also been added to the release notes of v1.1.5 of Persistence.Activities at https://docs.uipath.com/releasenotes/docs/uipath-persistence-activities

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