Skip to main content

Get help for ARIS Architect

Boolean operators

Operator that returns true or false as the result.

AND

The AND operator is a Boolean operator and represents the condition that all incoming objects exist in the process instance.

AND
OR

The OR operator is a Boolean operator. It represents the condition that at least one incoming object must exist in the process instance.

OR
NOT

The NOT operator is a Boolean operator. This operator inverts the value of a Boolean variable. In the graphic the incoming object is the variable Temporary files created. Thus, the operator specifies whether the condition that temporary files are not to be deleted is met.

NOT