workflow run block db + schema transformation code (#1418)
This commit is contained in:
@@ -84,6 +84,7 @@ class BlockType(StrEnum):
|
||||
|
||||
|
||||
class BlockStatus(StrEnum):
|
||||
running = "running"
|
||||
completed = "completed"
|
||||
failed = "failed"
|
||||
terminated = "terminated"
|
||||
|
||||
Reference in New Issue
Block a user