flytekit.WorkflowExecutionPhase#
- class flytekit.WorkflowExecutionPhase[source]#
This class holds enum values used for setting notifications. See
flytekit.Email
for sample usage.Methods
Attributes
- ABORTED = 7
- FAILED = 6
- FAILING = 5
- QUEUED = 1
- RUNNING = 2
- SUCCEEDED = 4
- SUCCEEDING = 3
- TIMED_OUT = 8
- UNDEFINED = 0