ScaffolderApi.retry()
Home > @backstage/plugin-scaffolder-common
> ScaffolderApi
> retry
Starts the task again from the point where it failed.
Signature:
retry?(taskId: string, options?: ScaffolderRequestOptions): Promise<{
id: string;
}>;
Parameters
Parameter |
Type |
Description |
---|---|---|
taskId |
string |
the id of the task |
options |
(Optional) |
Promise<{ id: string; }>