Plugins / Plugin Help Content |
Overview
This plugin works in coordination with a fan-out plugin and provides a way to converge the multiple parallel threads back into one.
Saved Parameters Description
Inputs Description
The list of inputs depends on the configuration of the FunnelIns action template.
This action captures the input from the Array fanout step, to close the loop on the number of steps that might have executed after the Array Fanout.
Outputs Description
This action will execute the following all the steps executed after the Array Fanout step.
Hash_by_state_id: An output, as a Hash, that is a map of the work step id that executed after Array Fanout step, and Funnel variable.
Status_by_state_id: An output, as a Hash, that is a map of the work step id that executed after Array Fanout step, and whether that step completed, failed or error.
Supported Actions
None
Dependencies
None
Operating Instructions
This action works in synergy with the Array Fanout.
In order to guarantee that all parallel execution completes, make sure to link the complete, fail and error outputs to a logical OR and then to the corresponding Funnel-in step.