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