Package io.kestra.core.models.flows
Class State
java.lang.Object
io.kestra.core.models.flows.State
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionState()State(State.Type type) State(State.Type state, State actual) State(State state, State.Type type) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisFailed()booleanisPaused()booleanbooleanbooleanmaxDate()static Stateof(State.Type state, List<State.History> histories) static State.Type[]withState(State.Type state)
-
Constructor Details
-
State
public State() -
State
-
State
-
State
-
-
Method Details
-
of
-
withState
-
getDuration
-
getStartDate
-
getEndDate
-
humanDuration
-
maxDate
-
isTerminated
public boolean isTerminated() -
isRunning
public boolean isRunning() -
isCreated
public boolean isCreated() -
runningTypes
-
isFailed
public boolean isFailed() -
isPaused
public boolean isPaused() -
isRestartable
public boolean isRestartable()
-