paed01 / bpmn-engine

BPMN 2.0 execution engine. Open source javascript workflow engine.
MIT License
860 stars 166 forks source link

Variables Scoping #154

Closed BaluprasathSBP closed 2 weeks ago

BaluprasathSBP commented 2 years ago

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?

paed01 commented 2 years ago

You could use "formatting" like this.

Or have a look at flow-extensions for inspiration.