Step Details |
Introduced in Version | 9.0.0 |
Last Modified in Version | 9.0.0 |
Location | Integration > TruBot |
Prerequisites
These steps require the TruBot module to be installed before they will be available in the Toolbox. After installation a dependency also needs to be made to a specific Project for the steps to appear there.
Steps
Bot
Get Bot Variables Values
Inputs
Property | Description | Data Type |
---|
Bot Id | The identifying number of the bot whose variables are to be retrieved. | Int32 |
Job Execution Id | The identifying execution number of the job associated with the bot the user is requesting. | String |
Job Id | The identifying number of the job associated with the bot the user is requesting. | Int32 |
Outputs
Property | Description | Data Type |
---|
Output | This will be the variables for the Inputted Bot. | BotVariablesValuesResponse |
Get Job Details
Inputs
Property | Description | Data Type |
---|
Bot Id | The identifying number of the bot associated with the job the users is requesting details for. | Int32 |
From Initiation Date Time | The job will have started on or after this date. | DateTime |
To Initiation Date Time | The job will have ended on or before this date. | DateTime |
Outputs
Property | Description | Data Type |
---|
Output | The details of the requested job. | JobDetailsResponse |
Get Jobs Status By Job Execution Id
Inputs
Property | Description | Data Type |
---|
Job Execution Id | The identifying execution number for the job the users requests. | String |
Outputs
Property | Description | Data Type |
---|
Output | The status of the requested job. | JobStatusResponse |
Get Job Status By Job Id
Inputs
Property | Description | Data Type |
---|
Job Id | The identifying number of the job the user requests. | Int32 |
Outputs
Property | Description | Data Type |
---|
Output | The status of the requested job. | JobStatusResponse |
Get Process Information By Bot Id
Inputs
Property | Description | Data Type |
---|
Bot Id | The bot associated with a process that the user requests information about. | Int32 |
Outputs
Property | Description | Data Type |
---|
Output | The information about the process being requested.
| ProcessInformationResponse |
Get Process Information By Name
Inputs
Property | Description | Data Type |
---|
Process Name | The name of the process being requested. | String |
Outputs
Property | Description | Data Type |
---|
Output | The information about the process being requested. | ProcessInformationResponse |
Get Tru Bot Project Folder From Flow
Outputs
Property | Description | Data Type |
---|
Output | Provides the Project FolderId of the Project the TruBot running Flow is in. | String |
Run Bot
Inputs
Property | Description | Data Type |
---|
Bot Id | The identifying number of the bot to be called by this Step. | Int32 |
Outputs
Property | Description | Data Type |
---|
Output | Confirmation that the bot was run. | TruBotResponse |
Run Bot and Wait
Inputs
Property | Description | Data Type |
---|
Bot Id | The bot that is being run by this Step. | Int32 |
Minutes Between Status Checks | The amount of time, in minutes, between checks on the bot. | Int32 |
Outputs
Property | Description | Data Type |
---|
Substring1_Output | The part of the string that was extracted. | String |
Botlog
Download Bot Transaction Log
Inputs
Property | Description | Data Type |
---|
Destination Directory | Directory where the logs will be saved to. | String |
Job Execution Id | The job the transaction log should be generated from.
| String |
Get Bot Transaction Log
Inputs
Property | Description | Data Type |
---|
Job Execution Id | The job the transaction log should be generated from. | String |
Outputs
Property | Description | Data Type |
---|
Output | The generated log of the bot's transactions. | BotTransactionLogResponse |
TruBot Login
Outputs
Property | Description | Data Type |
---|
TruBot Authentication Response | This Step will attempt to authenticate the connection to TruBot. | N/A |
Step Changes
Description | Version | Date | Developer Task |
---|
TruBot Module added | 9.0 | May 22, 2024 | [DT-039545]
|