TaskRecoverStrategy
Home > @backstage/plugin-scaffolder-common
> TaskRecoverStrategy
none - not recover, let the task be marked as failed startOver - do recover, start the execution of the task from the first step.
Signature:
export type TaskRecoverStrategy = 'none' | 'startOver';