workflow run block db + schema transformation code (#1418)

This commit is contained in:
Shuchang Zheng
2024-12-20 07:40:32 -08:00
committed by GitHub
parent a12776e630
commit 8b75586fb1
4 changed files with 96 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ class BlockType(StrEnum):
class BlockStatus(StrEnum):
running = "running"
completed = "completed"
failed = "failed"
terminated = "terminated"