Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

correctness.unconditional_call_cycle

A deny rule, scope set. Channel_call edges that are all unconditional form a cycle, so every request into it fails at the depth limit.

Synopsis

$ orion-server clippy ./definitions
deny[correctness.unconditional_call_cycle] channel_call edges that are all unconditional form a cycle, so every request into it fails at the depth limit

Description

Static channel_call edges, joined to the set’s channel → workflow binding, restricted to edges whose calling task and workflow are unconditional. Any conditional edge, a computed channel, or a target outside the set keeps the rule silent. Bounded recursion with a base case is a legal pattern.

Last verified 14 September 2026