Error Events expand the capabilities of process modeling and error handling within BPMN processing. These Error Event nodes enhance the BPMN standard and offer improved control over error management.
input.application.switch == true
.input.application.switch
: This represents a key to bind a value to the Switch UI element within the “application” part of the “input”. It is used in this example to capture input or configuration from a user.
==
: This is an equality operator, and it checks if the value on the left is equal to the value on the right.
true
is a boolean value, which typically represents a state of “true” or “on.”
application.client.contactData.email.emailAddress
key is not equal to “john.doe@email.com.” If they are not the same, it evaluates to true, indicating a mismatch.