MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / WorkflowStatus

Class WorkflowStatus

scripts/workflow-orchestrator.py:28–35  ·  view source on GitHub ↗

Workflow execution status.

Source from the content-addressed store, hash-verified

26
27
28class WorkflowStatus(Enum):
29 """Workflow execution status."""
30
31 PENDING = "pending"
32 RUNNING = "running"
33 SUCCESS = "success"
34 FAILURE = "failure"
35 SKIPPED = "skipped"
36
37
38@dataclass

Callers 1

_load_statusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected