- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Start a Job - JobsCount
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 JobsCount for their job Strategy and adds Input Arguments to include in the request.
In this example, the event that invokes this template is the creation of a new incident. Defining how it gets invoked is application specific and not covered in this example.
The following steps and images are an example of how the connector works from design time (i.e., user inputs) to run time (i.e., sending the HTTP request).
-
Enter a Job Template Name.
- This name is used in your application and can act as a unique identifier in case you want to start different jobs depending on the event that occurs in your application.
-
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 (i.e.,
"Input": "[{\"name\":\"IncidentId\",...\"required\":true,\"...
).
- Select the Environment that you want to start the job in.
-
Select the Strategy that you want to apply to the job (i.e., Specific).
- 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 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).
- Click Save.
-
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.
-