Table of Contents
Connections
Commands
Connections
Dell Boomi
Connection to interact with the Dell Boomi REST API
Inputs
Input | Type | Detail | Notes |
Account ID | TextField | The Dell Boomi Account ID | |
Username | TextField | Dell Boomi username | |
Password | TextField | Dell Boomi password |
Commands
Cancel Process
Cancels a Dell Boomi process that is currently running
Inputs
Input | Type | Detail | Notes |
Execution ID | TextField | Execution ID of the process to cancel |
Outputs
Output | Output Type | Notes |
Cancel | String |
Exit Codes
Code | Type | Detail |
0 | Success | Indicates that the task completed successfully. |
1 | Error | General failure |
10 | Error | Boomi API Failure |
Download Atom Log
Downloads the log file associated with an Atom
Inputs
Input | Type | Detail | Notes |
Execution ID | TextField | Execution ID of the process to cancel | |
Log Date | TextField | Date of the log (optional). Specified in YYYY-MM-DD format. |
Outputs
Output | Output Type | Notes |
Atom log file | File |
Exit Codes
Code | Type | Detail |
0 | Success | Indicates that the task completed successfully. |
1 | Error | General failure |
10 | Error | Boomi API Failure |
Download Process Log
Downloads a log file associated with a particular process
Inputs
Input | Type | Detail | Notes |
Execution ID | TextField | Execution ID of the process to cancel | |
Log level | TextField | The level of detail to provide in the downloaded log file |
Outputs
Output | Output Type | Notes |
Process log file | File |
Exit Codes
Code | Type | Detail |
0 | Success | Indicates that the task completed successfully. |
1 | Error | General failure |
10 | Error | Boomi API Failure |
Execute Process
Executes a process in Dell Boomi
Inputs
Input | Type | Detail | Notes |
Process ID | TextField | Process ID to execute | |
Atom ID | TextField | Dell Boomi Atom ID |
Outputs
Output | Output Type | Notes |
Original Execution ID | String | |
Account | String | |
Execution Time | String | |
Status | String | |
Execution Type | String | |
Process Name | String | |
Process ID | String | |
Atom Name | String | |
Atom ID | String | |
Launcher ID | String | |
Execution Duration | Integer | |
Message | String | |
Report Key | String | |
Execution ID | String |
Exit Codes
Code | Type | Detail |
0 | Success | Indicates that the task completed successfully. |
1 | Error | General failure |
10 | Error | Boomi API Failure |