execution_request
Boomi AtomSphere API: Execution Request Object
- boomi_cicd.util.execution_request.create_execution_request(atom_id, process_id)[source]
Creates an execution request for a deployed process on a specific Boomi runtime.
- Parameters:
atom_id (str) – The Id of the atom where the process will be executed.
process_id (str) – The component Id of the process to be executed.
- Returns:
The Id of the execution request.
- Return type:
str
- Raises:
ValueError – If the execution request was not successful.