SchedulerServiceTaskRunner.run()
Home > @backstage/backend-plugin-api
> SchedulerServiceTaskRunner
> run
Takes the schedule and executes an actual task using it.
Signature:
run(task: SchedulerServiceTaskInvocationDefinition): Promise<void>;
Parameters
Parameter |
Type |
Description |
---|---|---|
task |
The actual runtime properties of the task |
Promise<void>