Reassign Task
UiPath.Oracle.IntegrationCloud.Process.Activities.ReassignTaskActivity
The Reassign Task activity uses the Oracle Integration Perform Action on a Task API to reassign a task (Task Id) to a user (User Id).
After completing the put operation, the activity outputs the API call status (Status) and response message (Response Message).
How it works
The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the Oracle Process Scope activity to your project.
- Add an activity or run an external process that outputs the task identifier (e.g., Get Tasks).
- Add the Reassign Task activity inside the Oracle Process Scope activity.
- Enter values for the Input properties.
- Create and enter
Stringvariables for the Output properties. - Run the activity.
-
Your input properties are sent to the Perform Action on a Task API.
-
The API returns the
Stringvalues to your output property variables.
-
Properties
Common
- DisplayName - The display name of the activity. This field supports only
StringsorStringvariables.
Input
- Task Id - The identifier assigned to the task that you want to reassign. Enter a
StringorStringvariable. To get the Task Id value, add an activity or run an external process that outputs the process identifier (e.g., Get Tasks). - UserId - The user that you want to reassign to the specified task. Enter a
StringorStringvariable - Comment - The comment that you want to associate with the task update. Enter a
StringorStringvariable.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- Response Message - The API response message. Enter a
Stringvariable - Status - The status of the request. Enter a
Stringvariable. Possible values are Success or Failure.