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";
}