Class EachSequential

All Implemented Interfaces:
FlowableTask<VoidOutput>

@Example(code={"value: \'[\"value 1\", \"value 2\", \"value 3\"]\'","tasks:"," - id: each-value"," type: io.kestra.core.tasks.debugs.Return"," format: \"{{ task.id }} with current value \'{{ taskrun.value }}\'\""}) @Example(code={"value: ","- value 1","- value 2","- value 3","tasks:"," - id: each-value"," type: io.kestra.core.tasks.debugs.Return"," format: \"{{ task.id }} with current value \'{{ taskrun.value }}\'\""}) public class EachSequential extends Sequential implements FlowableTask<VoidOutput>