MCPcopy 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
14class WorkflowError(Exception):
15 """Base class for all workflow-engine errors."""
16
17
18class WorkflowMetaError(WorkflowError):

Callers 5

await_itemFunction · 0.85
run_stageFunction · 0.85
parallelMethod · 0.85
pipelineMethod · 0.85
workflowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected