Skip to main content
Version: Next

TaskBrokerDispatchOptions

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

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 options passed to TaskBroker.dispatch() Currently a spec and optional secrets

Signature:

export type TaskBrokerDispatchOptions = {
spec: TaskSpec;
secrets?: TaskSecrets;
createdBy?: string;
};

References: TaskSpec, TaskSecrets