Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 13:18 UTC
Updated:
23 Feb 2026 at 21:29 UTC
Jump to comment: Most recent
Add a Workflow Executor node processor that enables executing another FlowDrop workflow from within a workflow. This supports multiple execution modes for different use cases: synchronous execution with result waiting, asynchronous execution with deferred result retrieval, and fire-and-forget for background processing.
workflow_id: Select the workflow to execute (dropdown of available workflows)input_data: Object data to pass to the child workflow (connectable input port)execution_mode: Choose between job, job_async, or job_fire_forgettimeout: Maximum wait time in seconds (job mode only)poll_interval_ms: How often to check for completion (job mode only)success: Boolean indicating execution/start successstatus: Execution status (completed, running, pending, failed, timeout)session_id: Session ID for async result retrievaloutputs: Workflow outputs when completedexecution_time_ms: Total execution time
Comments
Comment #2
joevagyok commentedComment #3
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #4
d34dman commented