Search FlexiRule docs

Recent
Pinned

Press Esc to close. Use arrow keys and Enter inside results. Searches are remembered locally.

FlexiRule Docs

Callable Triggers

Callable triggers (also known as Sub-Rules) are designed to be invoked manually or as part of another rule's execution flow.

Improve this page

Callable Triggers (Sub-Rules)#

Callable triggers (also known as Sub-Rules) are designed to be invoked manually or as part of another rule’s execution flow.

Invocation Methods#

  • Programmatic: Using the flexirule.api.execute_rule method.
  • Sub-Rule Action: One rule can call another rule as a subroutine.

Security & Visibility#

To be used as a sub-rule, the rule must have the Exposed as Sub-Rule flag enabled.

Last updated Jun 26, 2026