activities
latest
false
- 概述
- Adobe Sign
- Alteryx
- Amazon Comprehend
- Amazon Connect
- Amazon Rekognition
- 亚马逊文本提取
- Box
- 认知
- DocuSign
- Google Vision
- Jira
- Marketo
- Microsoft Dynamics
- Microsoft Dynamics (Finance and Operations)
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Oracle 集成云
- Oracle NetSuite
- Salesforce
- SAP BAPI
- ServiceNow
- Slack
- Smartsheet
- SuccessFactors
- Tableau
- Twilio
- Workato
- Workday
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Classic Integrations Activities
上次更新日期 2025年10月1日
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).
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 Add Task Comment activity inside the Oracle Process Scope activity.
- Enter values for the Input properties.
- Create and enter
String
variables for the Output properties. -
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.
Common
- DisplayName - The display name of the activity. This field supports only
Strings
orString
variables.
Input
- Task Id - The identifier assigned to the task that you want to add a comment to. Enter a
String
orString
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
orString
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.