Package io.kestra.core.models.executions
Class TaskRunAttempt
java.lang.Object
io.kestra.core.models.executions.TaskRunAttempt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMetrics(List<AbstractMetricEntry<?>> metrics) Deprecated.Should always be null, we need to keep it for backward compatibility or the deserialization of old attempt will no longer work.withState(State.Type state)
-
Constructor Details
-
TaskRunAttempt
public TaskRunAttempt()
-
-
Method Details
-
setMetrics
Deprecated.Should always be null, we need to keep it for backward compatibility or the deserialization of old attempt will no longer work. -
withState
-