Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 13:33 UTC
Updated:
23 Feb 2026 at 21:29 UTC
Jump to comment: Most recent
Add a Workflow Execution Service that provides a programmatic API for executing FlowDrop workflows. This service is used internally by the Workflow Executor node but is also available for custom module development.
execute(): Execute a workflow with specified mode and input datagetResults(): Get results for an existing session with optional waitisComplete(): Check if a workflow session has completedgetStatus(): Get the current status of a workflow sessionMODE_JOB: Create session, trigger execution, wait for completionMODE_JOB_ASYNC: Create session, trigger execution, return immediatelyMODE_JOB_FIRE_FORGET: Queue for later execution (truly async)flowdrop_workflow_executor.service
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented