useRunAllProcesses()
useRunAllProcesses():
Provides a runAllProcesses function to:
- Retrieve all Atoms for the given environment.
- Retrieve all processes for the given integration pack instance.
- Trigger execution requests for every process/atom combination.
- Return the execution record URLs for tracking.
Throws
If Boomi is not initialized or required parameters are missing.
Returns
Hook API containing loading state, execution URLs, errors, and the execution function.
runAllProcesses()
runAllProcesses: (environmentId: string, integrationPackInstanceId: string) => Promise<undefined | string[]>
Parameters
Returns
Was this topic helpful?