Activities
latest
false
Banner background image
Classic Integrations Activities
Last updated Apr 22, 2024

Add Task Comment

UiPath.Oracle.IntegrationCloud.Process.Activities.AddTaskCommentActivity

The Add Task Comment activity uses the Oracle Integration Add a Task Comment API to add a comment (Comment) to a specified task (Task Id).

After completing the post 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.

  1. Complete the Setup steps.
  2. Add the Oracle Process Scope activity to your project.
  3. Add an activity or run an external process that outputs the task identifier (e.g., Get Tasks).
  4. Add the Add Task Comment activity inside the Oracle Process Scope activity.
  5. Enter values for the Input properties.
  6. Create and enter String variables for the Output properties.
  7. Run the activity.

    • Your input properties are sent to the Add a Task Comment API.
    • The API returns the String values to your output property variables.


Properties

Common
  • DisplayName - The display name of the activity. This field supports only Strings or String variables.
Input
  • Task Id - The identifier assigned to the task that you want to add a comment to. Enter a String or String variable. To get the Task Id value, add an activity or run an external process that outputs the process identifier (e.g., Get Tasks).
  • Comment - The comment that you want to add to the task. Enter a String or String variable.
  • Scope - The visibility level of the comment. Select an item from the drop-down list. There are 2 options:

    • BPM - Sets the visibility at the process instance level.
    • TASK - Sets the visibility at the task level.
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 String variable
  • Status - The status of the request. Enter a String variable. Possible values are Success or Failure.

Example

The following image shows an example of the activity dependency relationship and input/output property values.



  • How it works
  • Properties
  • Example

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.