func (*TaskRunner) RegisterTasks(tasks ...workflows.ExecutableTask) errorRegister tasks that can be executed by this runner.
Parameters
Section titled “Parameters”tasks []ExecutableTask A list of task classes that this runner can execute
Returns
Section titled “Returns”An error if the tasks could not be registered.