1.4.3. Node Execution Pipeline
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3538830. --> Reported by: [d34dman](https://www.drupal.org/user/751698) >>> <ul> <li>Implement method <code>executeWorkflow(WorkflowInterface $workflow, array $initialContext = [])</code>.</li> <li>Support passing payloads from node to node through a standardized execution context array.</li> <li>Log each node start, success, and failure to Drupal logger.</li> <li>Emit events: <ul> <li><code>flowdrop.node.pre_execute</code></li> <li><code>flowdrop.node.post_execute</code></li> <li><code>flowdrop.workflow.completed</code></li> </ul> </li> </ul>
issue