Package io.kestra.core.tasks.states
Class AbstractState
java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.core.tasks.states.AbstractState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.kestra.core.models.tasks.Task
findById, findById, isFlowable, isSendToWorkerTask
-
Field Details
-
name
-
-
Constructor Details
-
AbstractState
public AbstractState()
-
-
Method Details
-
get
protected Map<String,Object> get(RunContext runContext) throws IllegalVariableEvaluationException, IOException -
merge
protected org.apache.commons.lang3.tuple.Pair<URI,Map<String, mergeObject>> (RunContext runContext, Map<String, Object> map) throws IllegalVariableEvaluationException, IOException -
delete
protected boolean delete(RunContext runContext) throws IllegalVariableEvaluationException, IOException
-