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

Class AsyncExecutionResult

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

Result of an async workflow execution.

Source from the content-addressed store, hash-verified

47
48@dataclass
49class AsyncExecutionResult:
50 """Result of an async workflow execution."""
51 success: bool
52 job_id: str
53 status_url: str
54 execution_id: Optional[str] = None
55 message: str = ""
56 async_execution: bool = True
57
58
59@dataclass

Callers 1

execute_workflowMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected