Runner object is a reusable definition. Use it for direct execution by connecting it to a Client, or reference it from tilebox.workflow.toml so release runners can load the same task registrations from a workflow release.
Parameters
list[type[Task]] | None
A list of task classes this runner can execute.
type[RunnerContext] | None
Optional runner context class to instantiate for tasks executed by this runner.
Example
Python
Python
Python
tilebox.workflow.toml for release execution: