Skip to main content

App Expressions

App Variables

App-level variables can be accessed using the flowApp expression token. Any variable that is defined on the app level is available as a property on flowApp.

Example usage: ${flowApp.customerName}.

This works in BPMN process and CMMN case execution contexts, as well as in the service registry. The expression resolves the enclosing app of the current process or case instance and provides access to the variables defined on that app.