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.
Node Type | Error Boundary Event |
---|---|
User Task | Yes |
Service Task | Yes |
Send Message Task | Yes |
Receive Message Task | Yes |
Subprocess | Yes |
Call Activity | Yes |
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.