Glossary
Policy Check
A policy check is the evaluation of a proposed action against a set of organizational rules before execution. The result is either pass or stop, and both outcomes are recorded.
Also called بررسی سیاست
Common policies: data-access limits, a ceiling on financial commitment, required approval for customer contact, a minimum data-quality bar for an analysis to be valid, and a ban on automatic action in sensitive domains.
Two properties make a policy check meaningful: it must be **deterministic**, meaning the same input always produces the same result; and it must have **no bypass path**, meaning no path in the system can execute the action without passing this check.
Let’s make your processes agentic
Where do we start?