TaskStatus
Home > @backstage/plugin-scaffolder-node
> TaskStatus
Warning: This API is now obsolete.
this type is planned to be removed. Please reach out to us in an issue if you're using this type and your use cases.
The status of each step of the Task
Signature:
export type TaskStatus = 'cancelled' | 'completed' | 'failed' | 'open' | 'processing' | 'skipped';