Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 13:32 UTC
Updated:
23 Feb 2026 at 21:29 UTC
Jump to comment: Most recent
Add a Workflow Results Retriever node processor that retrieves results from asynchronously executed workflows. This complements the Workflow Executor node's async mode by providing a way to collect results when they're ready.
session_id: The session ID from a Workflow Executor node (async mode)wait_for_completion: Block until the workflow completes or times outtimeout: Maximum time to wait for completion (1-3600 seconds)poll_interval_ms: How often to check for completion (100-30000ms)success: Boolean indicating if results were retrieved successfullystatus: Current status (completed, running, pending, failed, timeout)outputs: The outputs from the executed workflowerror_message: Error details if retrieval failedwait_time_ms: How long we waited for results
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented