Call Bulk Flows
As part of the standard IPF DSL it is possible to call other flows using the 'Call Flow' action. With the debulker floclient, we now introduce the 'Call Bulk Flow' capability.
Action Behaviour
When using 'Call Bulk Flow' it is necessary to provide two arguments:
-
The flow which is being targeted
-
The 'Marker' within the debulked data to be used.
When invoked therefore, the flow will call the debulker and ask for all records for the current bulkId and the given marker. For each of these records it will then initiate a new instance of the targeted flow, providing the data retrieved from the component store to the child flow.
Data Transfer
The call bulk flow capability expects the 'Debulk Identifier' data element to be available to it. It uses this in order to determine the bulk Id that should be processed at runtime.
When a child flow is called, it will be sent two key data fields:
-
The Debulk Identifier
-
The Debulk Component Data