Package io.kestra.core.models.executions
Class TaskRun
java.lang.Object
io.kestra.core.models.executions.TaskRun
- All Implemented Interfaces:
TenantInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidbooleanstatic TaskRunof(Execution execution, ResolvedTask resolvedTask) toString(boolean pretty) withState(State.Type state) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.models.TenantInterface
getTenantId
-
Constructor Details
-
TaskRun
public TaskRun()
-
-
Method Details
-
destroyOutputs
public void destroyOutputs() -
withState
-
forChildExecution
-
of
-
attemptNumber
public int attemptNumber() -
lastAttempt
-
onRunningResend
-
isSame
-
toString
-
toStringState
-