On the gateway check amount decision in the process state machine, a guard expression on the transition to the next state just invokes the overridable operation gatewayCheckAmountAmount_100000 to evaluate the expression.

The expression must be realized in the overwriting operation by the modeler. Guard Expressions are mapped to functions returning false by default. They can be amended as needed. The active persistent state instance can be referenced via the self context.

  • No labels