ExecutePipeline Method (ITablePipeline)
- Last UpdatedApr 08, 2026
- 1 minute read
Executes the pipeline with the IStepContext of the last executed step.
IStepContext ExecutePipeline(
IStepContext context
)
IStepContext^ ExecutePipeline(
IStepContext^ context
)
Parameters
- context
- The context of the last executed step.
Return Value
The resulting step context after running the step.