The IPF Debulker Domain

The IPF Debulker Domain is an external library representation of basic interaction with the component store.

It has two predefined functions for use:

Initiate Debulk

debulkerdomain 1

The initiate debulk function provides support for starting a brand new debulk process. You provide it with the debulk ID, source, and config Name and then it will go and attempt to debulk the provided source information.

Once the debulking has completed the response will be returned, noting a rejected reason code will be returned if for any reason the debulk process fails.

When using Initiate Debulk from your flow, in order to receive the response back from the debulker domain correctly, you have to ensure ipf.debulker.client-processing-receive.connector.use-correlation is set to true (already the default).

If you are not calling the Initiate Debulk from your flow, it is recommended to set ipf.debulker.client-processing-receive.connector.use-correlation to false to ensure your component processor is invoked correctly.

Find Component Data

debulkerdomain 2

This function is used to retrieve the component data for any given debulk identifier.