Backstage
    Preparing search index...

    Depends on how you designed your task you might tailor the behaviour for each of them.

    interface TemplateRecoveryV1beta3 {
        EXPERIMENTAL_strategy?: "none" | "startOver";
        [key: string]: JsonValue | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    EXPERIMENTAL_strategy?: "none" | "startOver"

    none - not recover, let the task be marked as failed startOver - do recover, start the execution of the task from the first step.