Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 13:36 UTC
Updated:
23 Feb 2026 at 21:29 UTC
Jump to comment: Most recent
Add a WorkflowExecutionResult DTO class that encapsulates the result of a workflow execution, including status, session information, outputs, and timing data.
STATUS_COMPLETED: Workflow finished successfullySTATUS_RUNNING: Workflow is currently executingSTATUS_PENDING: Workflow is queued or startingSTATUS_FAILED: Workflow execution failedSTATUS_TIMEOUT: Workflow exceeded timeout limitsuccess(): Create a successful completion resultpending(): Create a pending/async resultrunning(): Create a running status resultfailure(): Create a failure result with error messagetimeout(): Create a timeout resultsuccess: Boolean success indicatorstatus: Status string constantsessionId: Playground session IDjobId: Job ID if availableoutputs: Workflow output dataerrorMessage: Error details if failedexecutionTimeMs: Execution duration in milliseconds
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented