The type of context that callbacks are being executed in. Generally this is either the InvokeType in the invoke response from Boomi Flow e.g. FORWARD, WAIT, DONE, etc
The name of the callback to execute
The Map Element Id of the callback to execute. During normal flow execution this will be populated by the currentMapElementId from the invoke response
Arguments to pass to the callback. During normal flow execution this will be the invoke response itself
Register a callback to be executed later
Remove all callbacks
Generated using TypeDoc
Execute a previously registered callback if a type & name are provided they will be checked against the registered callbacks first (in that order)