Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 644 Bytes

File metadata and controls

11 lines (8 loc) · 644 Bytes
title BPMN Process Variables
icon creative

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. Certain Activities expose an instance of the Variables class which gives access to BPMN process variables.

Related Topics

Accessing BPMN Process Variables