Step.run#

Step.run(context)[source]#

Execute the step, mutating and returning the context.

Parameters:

context (PipelineContext) – Shared pipeline context, which the step is allowed to mutate.

Returns:

The same context, returned for chaining convenience.

Return type:

PipelineContext