Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ WorkflowError
Class
WorkflowError
src/workflow/errors.py:14–15 ·
view source on GitHub ↗
Base class for all workflow-engine errors.
Source
from the content-addressed store, hash-verified
12
13
14
class
WorkflowError(Exception):
15
""
"Base class for all workflow-engine errors."
""
16
17
18
class
WorkflowMetaError(WorkflowError):
Callers
5
await_item
Function · 0.85
run_stage
Function · 0.85
parallel
Method · 0.85
pipeline
Method · 0.85
workflow
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected