Waiting for engine...
Skip to main content

useRunAllProcesses()

useRunAllProcesses():

{ isRunning, recordUrls, error, +1 more }

Provides a runAllProcesses function to:

  1. Retrieve all Atoms for the given environment.
  2. Retrieve all processes for the given integration pack instance.
  3. Trigger execution requests for every process/atom combination.
  4. 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.

isRunning
boolean

recordUrls
string

error
string

runAllProcesses()

runAllProcesses: (environmentId: string, integrationPackInstanceId: string) => Promise<undefined | string[]>

Parameters

environmentId
string The environment ID whose Atoms should be targeted.

integrationPackInstanceId
string The integration pack instance whose processes should be run.

Returns

Promise<undefined | string[]>
On this Page