• Create WorkflowJob content entity in flowdrop_runner module.
  • Stores execution logs and status:
    • workflow_id reference
    • status (pending, running, completed, failed)
    • log (JSON of node-by-node execution results)
    • started and finished timestamps
  • Optional in Phase 1 but recommended for early testing of the execution engine.

Comments

d34dman created an issue. See original summary.

d34dman’s picture

Status: Active » Postponed

Its too early to work on this. Lets tackle this in #3538948: Phase 4: Execution Engine & Monitoring.