mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-16 18:29:40 +00:00
workflow run block db + schema transformation code (#1418)
This commit is contained in:
parent
a12776e630
commit
8b75586fb1
4 changed files with 96 additions and 1 deletions
|
@ -84,6 +84,7 @@ class BlockType(StrEnum):
|
|||
|
||||
|
||||
class BlockStatus(StrEnum):
|
||||
running = "running"
|
||||
completed = "completed"
|
||||
failed = "failed"
|
||||
terminated = "terminated"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue