Hi,
I have been seraching for quite a long time but can't get around with problem. Maybe some of you have a solution, I hope so actually !
I desgin and deploy a process which has some process variables. I want to start that process and of course set (initialize) the values to so that they can be used when the process starts.
I have to say that there is no kind of human task or form in my process.
Is it possible to do that simple action through the REST API.
I try to add the parameters in the post request of .../gwt-console-server/rs/process/definition/{id}/new_instance but with no success => I thought this particular REST API would have parsed the parameters and their values in the body and then try to match some of them with process variables but it seems that it is not the case or maybe I did in a bad way.
Anyone one can help ?
Thanks
Regards