We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1274e5a commit fb14643Copy full SHA for fb14643
status.go
@@ -10,6 +10,7 @@ const (
10
STATUS_INPROGRESS = "in_progress"
11
STATUS_COMPLETED = "completed"
12
STATUS_SKIPPED = "skipped"
13
+ STATUS_FAILED = "failed"
14
)
15
16
type Status struct {
0 commit comments