Was this helpful?
Aggregator Step
The Aggregator step allows you to choose an Aggregator instance to add to a process. The Aggregator component assembles a data object from individual message object. It is done by passing a message object containing a part to the PutMessage action. The Aggregator component must know when all the parts have been provided to produce the complete data object. The input message contains information that indicates the Aggregator on how to become part of a complex object. A typical application for an Aggregator component includes assembling complex documents from discrete parts.
Aggregator Step Properties
After adding an /download/attachments/25952258/Aggregator_Step.png?version=1&modificationDate=1491993572009&api=v2 Aggregator step from the Palette to the canvas, you can double-click the step on the canvas and specify the following step properties in the Properties tab displayed at the bottom.
Setting
Description
Name
Unique name for the step.
Description
Description of the step (optional).
Enabled
Select this option to enable the step for execution. If it is not enabled, then the step on the canvas is grayed-out.
This option is useful when troubleshooting a process, especially when there are numerous steps in the process.
Error Handling
Select any of the following:
Stop Process - All the steps after the current step are skipped or the entire process is stopped (depending on how you have set the error logging options) if this step stops due to an error.
Ignore Error - The remaining steps in the current process are executed even if this step stops due to an error. This is selected by default.
Select Aggregator
Select an aggregator instance. These instances are displayed when you add an aggregator message component in the Configuration tab. For more information, see Adding Message Components in Configuring Processes.
Action
Select the action for the aggregator instance.
Parameters
Parameters for the selected action. Specify the values for the parameters.
Properties
Properties for the selected action. Specify the values for the properties.
Note:  The Actions, Parameters, and Properties are specific to the component type. For information about this, based on the component instance selected in the Select Aggregator drop-down list, see the component type in Aggregator Step Components.
Aggregator Step Components
Last modified date: 02/01/2024