Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 672 Bytes

bpmn-process-variables.md

File metadata and controls

9 lines (7 loc) · 672 Bytes

BPMN Process Variables

BPMN process variables hold additional information which has to be available during BPMN process execution. Variables can be directly related to BPMN elements like the boolean value for Conditions, but do not have to be. BPMN process variables are stored as key-value pairs with the key being the variable name. They are accessible during the entirety of the execution to all Service / Message Delegates.

You can learn how to access to the BPMN process variables here.