Skip to content

TaskRunner.RegisterTasks

func (*TaskRunner) RegisterTasks(tasks ...workflows.ExecutableTask) error

Register tasks that can be executed by this runner.

tasks []ExecutableTask

A list of task classes that this runner can execute

An error if the tasks could not be registered.