flytekit.WorkflowExecutionPhase#

class flytekit.WorkflowExecutionPhase[source]#

This class holds enum values used for setting notifications. See flytekit.Email for sample usage.

Methods

classmethod enum_to_string(int_value)[source]#
Parameters

int_value

Return type

Text

Attributes

ABORTED = 7#
FAILED = 6#
FAILING = 5#
QUEUED = 1#
RUNNING = 2#
SUCCEEDED = 4#
SUCCEEDING = 3#
TIMED_OUT = 8#
UNDEFINED = 0#