ExecutePipeline Method (PipelineBridge)
- Last UpdatedApr 08, 2026
- 1 minute read
Executes the pipeline logic against the given table.
public static IStepContext ExecutePipeline(
string pipelineName,
int tableNumber,
IStepContext pipelineContext
)
public:
static IStepContext^ ExecutePipeline(
String^ pipelineName,
int tableNumber,
IStepContext^ pipelineContext
)
Parameters
- pipelineName
- The name of the pipeline.
- tableNumber
- The point number for the table.
- pipelineContext
- The step context to be passed through the pipeline.
Return Value
The resultant context for the completed pipeline.