MCPcopy Index your code
hub / github.com/simstudioai/sim / WorkflowExecutionResult

Class WorkflowExecutionResult

packages/python-sdk/simstudio/__init__.py:29–37  ·  view source on GitHub ↗

Result of a workflow execution.

Source from the content-addressed store, hash-verified

27
28@dataclass
29class WorkflowExecutionResult:
30 """Result of a workflow execution."""
31 success: bool
32 output: Optional[Any] = None
33 error: Optional[str] = None
34 logs: Optional[list] = None
35 metadata: Optional[Dict[str, Any]] = None
36 trace_spans: Optional[list] = None
37 total_duration: Optional[float] = None
38
39
40@dataclass

Callers 2

execute_workflowMethod · 0.70

Calls

no outgoing calls

Tested by 1