bpmn-engine icon indicating copy to clipboard operation
bpmn-engine copied to clipboard

Variables Scoping

Open BaluprasathSBP opened this issue 3 years ago • 1 comments

How do we scope variables to a Activity and Sub-Process?

How can we pass the output of one activity to next activity besides the Process scoped environment variables?

BaluprasathSBP avatar Jun 07 '22 06:06 BaluprasathSBP

You could use "formatting" like this.

Or have a look at flow-extensions for inspiration.

paed01 avatar Jun 08 '22 11:06 paed01