BBjspPageContext::runPipelineByName (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
in BBj 17.0 and higher, this method executes the named pipeline.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
runPipelineByName(string name) |
Parameters
|
Variable |
Description |
|---|---|
|
name |
the name of the pipeline to run |
Return Value
None.
Example
This example demonstrates how this works in a BBJSP web-page
|
This example demonstrates how this works in a BBJSP widget
|