Skip to main content
Version: Next

TaskEventType

Home > @backstage/plugin-scaffolder-node > TaskEventType

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.

TaskEventType

Signature:

export type TaskEventType = 'completion' | 'log' | 'cancelled' | 'recovered';