UiPath Documentation
marketplace
latest
false
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Marketplace 用户指南

上次更新日期 2026年4月1日

开始作业 - 特定

Before reviewing the example, it's recommended that you first read the How to Start a Job tutorial.

The example below shows the job template experience when a user selects Specific for their job Strategy and adds Input Arguments to include in the request.

在此示例中,调用此模板的事件是创建新事件。 定义如何调用它是特定于应用程序的,因此不在本示例中讨论。

工作方式

The following steps and images are an example of how the connector works from design time (that is, user inputs) to run time (that is, sending the HTTP request).

  1. Enter a Job Template Name.
    • 此名称在您的应用程序中使用,如果您想根据应用程序中发生的事件启动不同的作业,该名称可以充当唯一标识符。
  2. Enter the Process Name that you want to start.
    • After entering the process name, the connector sends a request the Releases endpoint to retrieve all of the process Environments.
    • The system processes the response and populates the Environment drop-down list with the EnvironmentName values and the Input button becomes required because there are required input Arguments (that is, "Input": "[{\"name\":\"IncidentId\",...\"required\":true,\"...).
  3. Select the Environment that you want to start the job in.
  4. Select the Strategy that you want to apply to the job (that is, Specific).
    • After selecting Specific, the UI presents a Robot drop-down list.
    • To populate the Robot list, the system sends request to the Environments endpoint to retrieve all robots that are available in the previously selected Environment.
      • If you change the Environment selection, the Robot drop-down list is refreshed to show all robots in the newly selected environment.
  5. Click Inputs (this opens a window that includes selections/inputs that are specific to your application).
    • Select the application Object that you want to associate with this job template (i.e., Incident).
    • Select the type of event that will invoke this job template (i.e., New incident created).
    • 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).
  6. 单击“保存”
    • When a new a new Incident is created in the application, the connector sends a request to the Jobs endpoint to start the specified process.

docs image

  • 工作方式

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新