ActionLifecycle type
Enum for action lifecycle states.
KnownActionLifecycle can be used interchangeably with ActionLifecycle,
this enum contains the known values that the service supports.
Known values supported by the service
AnyTerminal: Trigger when action reaches any terminal state.
Start: Trigger when action starts.
Running: Trigger when action is running.
Success: Trigger on success.
Failure: Trigger on failure.
Skipped: Trigger when action is skipped.
type ActionLifecycle = string