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月18日
UiPath.SuccessFactors.Activities.SuccessFactorsExecuteFunctionActivity
“执行函数”活动使用SAP SuccessFactors OData 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).
工作方式
以下步骤和消息序列图是活动从设计时(即活动依赖项和输入/输出属性)到运行时如何工作的示例。
- 完成设置步骤。
- 将“SuccessFactors 作用域”活动添加到项目中。
- 在“SuccessFactors 作用域”活动中添加“执行函数”活动。
- Click the Configure button inside the Execute Action activity (this opens the Object Wizard).
- Select the Action you want to insert and enter values for the fields returned in the Object Wizard.
- 为输出属性以及方向值为输出的任何字段创建并输入
ResponseStatus变量。- 系统将在适当的SAP SuccessFactors OData API操作请求中发送您的输入属性值。
- 此操作会将
ResponseStatus和任何其他适用的字段值返回到您的输出属性变量。
配置
To enter your Execute Function property values, you must use the Object Wizard by clicking the Configure button.
当您使用“对象向导”选择“函数”时,系统将显示所选操作的必填“输入”/“输出”属性字段。与此包中的其他活动不同,您无法为函数对象添加或删除输入/输出属性字段。
有关每个操作所需字段的完整列表,请参阅SAP SuccessFactors OData API文档中的相关函数。
属性
常见
- “显示名称”- 活动的显示名称。此字段仅支持
Strings或String变量。
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- ResponseStatus - The status of the request (success/failure information). Enter a
ResponseStatusvariable (UiPath.BAF.Models.ResponseStatus). TheResponseStatusobject includes three properties that you can use in other activities.- Success -
Boolean- Specifies whether the API request was successful. - ErrorCode -
String- The response error if the API request is unsuccessful (Success=False). - Message -
String- The error message.
- Success -