marketplace
latest
false
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Marketplace 用户指南
在查看示例之前,建议您先阅读如何启动作业教程。
The example below shows the job template experience when a user selects JobsCount for their job Strategy and adds Input Arguments to include in the request.
在此示例中,调用此模板的事件是创建新事件。 定义如何调用它是特定于应用程序的,因此不在本示例中讨论。
工作方式
以下步骤和图像示例说明了连接器从设计时(即用户输入)到运行时(即发送 HTTP 请求)的工作方式。
- Enter a Job Template Name.
- 此名称在您的应用程序中使用,如果您想根据应用程序中发生的事件启动不同的作业,该名称可以充当唯一标识符。
- Enter the Process Name that you want to start.
- 输入流程名称后,连接器会向“发布端点”发送请求,以检索所有流程“环境”(使用 语法)。
- 系统处理响应并使用“环境名称”值填充“环境”下拉列表,此时“输入”按钮将变为必填项,因为“必填输入参数”(即
"Input": "[{\"name\":\"IncidentId\",...\"required\":true,\"...)。
- Select the Environment that you want to start the job in.
- 选择要应用于作业的策略(即, “特定” )。
- After selecting JobsCount, the UI presents a Jobs Count field.
- Click Inputs (this opens a window that includes selections/inputs that are specific to your application).
- 选择要与此作业模板关联的应用程序对象(即“事件”)。
- 选择将调用此作业模板的事件类型(即 “已创建 新事件”)。
- Select the Field Data associated with the selected Object that you want to include as the job input argument values.
- For example, selecting Incident Id indicates that you want the id value included as a job input argument.
- Click Done (this closes the window).
- 单击“保存”。
- 在应用程序中创建新事件时,连接器会向作业端点发送请求,以启动指定的流程。