Skip to content

ExecutionContext.runner_context

ExecutionContext.runner_context: RunnerContext

Access the runner context instance for the runner executing the task.

Use a custom RunnerContext subclass when tasks need shared runtime configuration or helpers during execution.

The runner context object associated with the runner.