Hello
I am new to Bonita BPM so maybe I am not doing the right thing but here is my scenario.
I want to create a process and I need some reference values from our ERP (Oracle database). Those reference values are only revelant during the process execution so I created some process variables and a in-connector that populate the process variable
The question is I do not know how to access the process variables from the instantiation form. I looked at the BPM api but being an instantiation form there is no caseId I can use.
So two questions:
- Is there a way to access those process variables and how?
- Am i doing things right? Should I keep using process variables or should I switch to business variables? And what is the impact of using business variables in this case?
Thanks!