To connect and automate Dell Boomi® as part of chain, such as to start and stop Boomi-published processes and fetch Atom and Process Logs, add a step that uses a Dell Boomi connection command.
To enable these commands, an IT admin first creates a Dell Boomi connector.
Cancel Process
Cancels a currently running Dell Boomi process
Inputs
Input |
Detail |
Execution ID |
Enter the execution ID of the process to cancel |
Outputs
Output |
Output Type |
Cancel |
String |
Exit Codes
Code |
Type |
Detail |
0 |
Success |
Success |
1 |
Error |
General failure |
10 |
Error |
Boomi API failure |
Download Atom Log
Downloads the log file associated with an Atom
Inputs
Input |
Detail |
Execution ID |
Enter the execution ID of the process to cancel |
Log Date |
Enter the date of the log, in the YYYY-MM-DD format (optional) |
Outputs
Output |
Output Type |
Atom Log File |
File |
Exit Codes
Code |
Type |
Detail |
0 |
Success |
Success |
1 |
Error |
General failure |
10 |
Error |
Boomi API failure |
Download Process Log
Downloads the log file associated with a particular process
Inputs
Input |
Detail |
Execution ID |
Enter the execution ID of the process to cancel |
Log Level |
Enter the level of detail to provide in the downloaded log file |
Outputs
Output |
Output Type |
Process Log File |
File |
Exit Codes
Code |
Type |
Detail |
0 |
Success |
Success |
1 |
Error |
General failure |
10 |
Error |
Boomi API failure |
Execute Process
Executes a process in Dell Boomi
Inputs
Input |
Detail |
Process ID |
Enter the execution ID of the process to cancel |
Atom ID |
Enter the Dell Boomi Atom ID |
Outputs
Output |
Output Type |
Original Execution ID |
String |
Account |
String |
Execution Time |
String |
Status |
String |
Execution Type |
String |
Process Name |
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 |
Success |
1 |
Error |
General failure |
10 |
Error |
Boomi API failure |