Hi,
I'm looking for a way to modify a bdm variable in an active case from an application page.
I can access the variable with the REST API using the case context but how can I make the update in the database when clicking on a button?
Is it possible or do I have to use a Process Task in order to update a BDM variable?
Is it the same problem with the case variables?
Hi,
You have to instantiate a process from your application using the REST API and a Button with a POST action.
HTH
Romain
Hi,
I already have a process instance running. I can read the BDM variables values but I don't know how to modify them in an application page.
For now, I've made a task which runs in parallel to the normal process, and I modify the variables using this task.