Variables in URL

1
0
-1

Hi,

Back in version 6.x, it was possible to set the values of process variables by having them in the process instantiation URL as a simple http query string.

Is it possible to do this in 7.x, and if so, how can it be done?

Thanks.

Comments

Submitted by gregory_1374915 on Thu, 06/28/2018 - 23:52

For those who find this question. The answer is no, there is no single URL that will allow you to instantiate a process with the contract variables in the query string. As per accepted answer, you will need to use the bpm API to instantiate the process + contract.

1 answer

1
0
-1
This one is the BEST answer!

I think you are referring to the REST API POST /bpm/case, you should have a look at the paragraph Create a case with variables on this documentation page .

Notifications