ignore
Ignore action for continuing pipeline execution without setting a result
ignore
Explicit ignore action that always returns an ignore result.
Can be used to convert accept results to ignore results, for example:
backend {
name "SQL";
query "FIND_USER";
}
ignore;
Here, even if the backend action returns accept, the pipeline result is forced to be ignore because the last action always determines the final outcome.