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

Class WorkflowPhase

scripts/workflow-orchestrator.py:18–25  ·  view source on GitHub ↗

Workflow execution phases.

Source from the content-addressed store, hash-verified

16
17
18class WorkflowPhase(Enum):
19 """Workflow execution phases."""
20
21 VALIDATION = "validation"
22 TESTING = "testing"
23 BUILD = "build"
24 RELEASE = "release"
25 DEPLOYMENT = "deployment"
26
27
28class WorkflowStatus(Enum):

Callers 2

_load_statusMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected