User Documentation
atfinity
Search
⌃
K
Links
Search
⌃
K
🚀
Atfinity: No-Code Process Orchestration
Guides
Getting Started
Advanced Topics
Troubleshooting
Glossary
Rule Language (RuLA)
ℹ
What is RuLa?
Declarations
Expressions
Operators
Boolean Operators
Date Operators
Known Operators
List Operators
Dictionary Operators
Mathematical Operators
String Operators
Special Operators
:=
ensure
get_attr
has_attr
get_properties
instances
instances_exist
is
ontology
Translate (.$)
roles
self
Conditional Expressions
Comments
Information about the case
Accessing the outcome instance
Recipes
Document XML (ADX)
ℹ
What is ADX?
ADX Elements
Jinja Templating
API
ℹ
What is the Atfinity API?
Generate API Keys
API Documentation
Calling your APIs within Cases
External Data Sources (e.g. CRM)
Deploying
Deploying on-site
Management commands
Security Logging
LDAP User Backend
Single Sign On
Integrations
Avaloq
Worldcheck
Releases
Release Schedule
Release Notes
Powered By
GitBook
ontology
Description
Use
ontology
to check if the instance in a case has a certain
role
. Based on that, you can require different
documents
.
Example
ah is AccountHolder
ah.ontology = Person
This expression checks if the instance in a case with the role AccountHolder is of the ontology Person.
Previous
is
Next
Translate (.$)
Last modified
2yr ago