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
To cancel a currently-running Dell Boomi process, use a Cancel process command.
Equivalent API call: https://developer.boomi.com/api/platformpartnerapi#tag/Cancel-execution-operation
Properties
| Property |
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
To download the log file associated with an Atom, use a Download Atom log command.
Equivalent API call: https://developer.boomi.com/api/platformapi#tag/AtomLog
Properties
| Property |
Detail |
| Atom ID |
Enter the Atom ID of the log file to download. |
| Log date |
Enter the date of the log, in the YYYY-MM-DD format (optional). |
| File path |
Enter the desired file path where the logs will be downloaded to. |
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
To download the log file associated with a particular process, use a Download process log command.
Equivalent API call: https://developer.boomi.com/api/platformapi#tag/ProcessLog
Properties
| Property |
Detail |
| Process ID |
Enter the process ID of the log file to download. |
| Log level |
Enter the level of detail to provide in the downloaded log file. |
| File path |
Enter the desired file path where the logs will be downloaded to. |
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
To run a process in Dell Boomi, use an Execute process command.
Equivalent API call: https://developer.boomi.com/api/platformapi#tag/ExecuteProcess
Properties
| Property |
Detail |
| Process ID |
Enter the process ID of the process to execute. |
| 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 |