1.2.4. Define Job/Execution Entity (Optional in Phase 1)
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3538801. --> Reported by: [d34dman](https://www.drupal.org/user/751698) >>> <ul> <li>Create <code>WorkflowJob</code> content entity in <strong>flowdrop_runner</strong> module.</li> <li>Stores execution logs and status: <ul> <li><code>workflow_id</code> reference</li> <li><code>status</code> (pending, running, completed, failed)</li> <li><code>log</code> (JSON of node-by-node execution results)</li> <li><code>started</code> and <code>finished</code> timestamps</li> </ul> </li> <li>Optional in Phase 1 but recommended for early testing of the execution engine.</li> </ul>
issue