Skip to content

Core plugin

Steps

Step: core.set_recipients

{
  "step": "core.set_recipients",
  "recipients": [
    RECIPIENT,
    RECIPIENT,
    RECIPIENT,
    ...
  ]
}

Where RECIPIENT is a recipient entity. See Recipient for more info.

How this works under the hood

The Pipeline is forked in the runtime, preserving the current pipeline context. The forked pipelines start from the following step. This step creates a pipeline for every recipient, resulting in Recipients pipelines.