mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
feat(): retry-flow (#3392)
* feat(): retry-flow * fix: rename behavior * feat: created a metadata props for executions * fix(ui): translate + new metadata prop
This commit is contained in:
@@ -232,7 +232,7 @@ public class MemoryExecutor implements ExecutorInterface {
|
||||
EXECUTIONS.put(workerTaskResultDelay.getExecutionId(), executionState.from(markAsExecution));
|
||||
executionQueue.emit(markAsExecution);
|
||||
} else if (executionState.execution.findTaskRunByTaskRunId(workerTaskResultDelay.getTaskRunId()).getState().getCurrent().equals(State.Type.FAILED)) {
|
||||
Execution newAttempt = executionService.retry(
|
||||
Execution newAttempt = executionService.retryTask(
|
||||
executionState.execution,
|
||||
workerTaskResultDelay.getTaskRunId()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user