MCPcopy
hub / github.com/StructuredLabs/preswald / get_workflow

Method get_workflow

preswald/engine/base_service.py:307–308  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

305 return {"rows": rows}
306
307 def get_workflow(self) -> Workflow:
308 return self._workflow
309
310 async def handle_client_message(self, client_id: str, message: Dict[str, Any]):
311 """Process incoming messages from clients"""

Callers 2

rerunMethod · 0.80
run_scriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected