Radiator Server Documentation — v10.33.1
invoke
Invoke a named pipeline
Invoke a named pipeline defined with the @pipeline block.
Syntax
invoke "<PIPELINE_NAME>";
Example usage:
@final-execute {
invoke "LOG_AUTHENTICATION";
}
Navigation
Invoke a named pipeline
Invoke a named pipeline defined with the @pipeline block.
Syntax
invoke "<PIPELINE_NAME>";
Example usage:
@final-execute {
invoke "LOG_AUTHENTICATION";
}