TaskBrokerDispatchResult
Home > @backstage/plugin-scaffolder-node
> TaskBrokerDispatchResult
Warning: This API is now obsolete.
this interface is planned to be removed. Please reach out to us in an issue if you're using this interface and your use cases.
The result of TaskBroker.dispatch()
Signature:
export type TaskBrokerDispatchResult = {
taskId: string;
};