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 周的时间才能完成。
传统“集成”活动
上次更新日期 2026年5月20日
UiPath.Jira.Activities.Activities.JiraExecuteMethod
“执行方法”活动使用 Jira API调用特定的 Jira API 方法。
After executing the function, the activity outputs action specific field values (if applicable) and the status of the request (success/failure information) in a ResponseStatus object (ResponseStatus) that you can use in subsequent activities (e.g., conditional logic).
工作方式
以下步骤是活动从设计时(即活动依赖项和输入/输出属性)到运行时如何工作的示例。
- 完成设置步骤。
- 将“Jira 作用域”活动添加到您的项目中。
- Add the Execute Method activity inside the Jira Scope activity.
- Click the Configure button inside the Execute Method activity (this opens the Object Wizard).
- Select the Method you want to insert and enter values for the fields returned in the Object Wizard.
- 为“输出”属性创建并输入
ResponseStatus变量。
在活动正文中
To enter your Execute Method property values, you must use the Object Wizard by clicking the Configure button located inside the body of the activity.
要了解有关对象向导的更多信息,请参阅业务活动框架页面。
属性
常见
- Continue On Error - This field only supports boolean values (True, False). The default value in this field is False. As a result, if this field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
- DisplayName - The display name of the activity. This field supports only strings or
Stringvariables.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- ResponseStatus - The status of the request (success/failure information). This field supports only
ResponseStatusvariables.