- 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 Job
UiPath.Upwire.Activities.StartJob
The StartJob activity starts an existing Upwire job that runs your specified flow template (TemplateID) and then outputs the ID of the started job (JobID).
Dependency |
Details |
---|---|
Packages |
UiPath.Upwire.Activities |
Activities |
Attributes |
Details |
---|---|
Inputs (Variables) |
Applies to property: TemplateId |
Outputs (Variables) |
Applies to property: JobId |
Examples |
The values for the following properties are specified when adding this activity to your project in UiPath Studio.
DisplayName
The display name of the activity.
Attributes |
Details |
---|---|
Type |
|
Required |
Yes |
Default value |
Start Job |
Allowed values |
Enter a
String or
String variable.
|
Notes |
N/A |
TemplateId
The template ID of the flow that you want to start.
Attributes |
Details |
---|---|
Type |
|
Required |
Yes |
Default value |
Empty |
Allowed values |
Enter a
String or
String variable.
|
Notes |
|
Private
If selected, the values of variables and arguments are no longer logged at Verbose level.
Attributes |
Details |
---|---|
Type |
Checkbox |
Required |
No |
Default value |
Not Selected |
Allowed values |
Selected or Not Selected |
Notes |
N/A |
Data
The collection of variables and values that you want to use in your flow template when the job runs
Attributes |
Details |
---|---|
Type |
|
Required |
No |
Default value |
Empty |
Allowed values |
Enter the variable names that you set when creating your flow template. * Your variable names can be found by opening the flow that you want to run and going to the Edit Template Data option in the menu (see example image below). |
Notes |
The variable names that you enter for your
Collection data must match the names you
set in the template (see example image below).
|
JobID
The ID of the running job.
Attributes |
Details |
---|---|
Type |
|
Required |
No (recommended if you plan to use the output data in subsequent activities) |
Default value |
Empty |
Allowed values |
Enter a
String variable.
|
Notes |
You can use the JobID variable in a subsequent Stop Job activity. |