Loop Each Entry
This handler (com.rierino.handler.ForEachEventHandler) provides ability to repeat an action for each entry in a specific payload element.
Handler Parameters
This handler requires no parameters.
Actions
RunEach
Repeats an action multiple times, each with an assigned part of the payload. Event metadata parameters applicable for this action are as follows:
Field
Definition
Example
Default
forEach
Json path in payload to array entries for repetition
parameters.productids
list
parallel
Whether actions should run in parallel or not
true
false
as
Field name to set results from each action
output
_
inner_[field]
Event metadata fields for each action execution (e.g. action, handler, parameters)
action=CallRest
parameters.url=/product
-
Last updated