Hi,
I'm using bonita 6.2.2 and I'd like to start a process instance using the rest API on behalf of a given user the same way it's possible with the java API ProcessInstance startProcess(long userId, long processDefinitionId)
I've tried adding the 'started_by' variable to the rest call http://localhost:8080/bonita/API/bpm/case this way
{"processDefinitionId":7967014138153140293,"started_by":25, "variables":[...]}
but the process is created with the current session user.
Is it possible to start a process instance on behalf of a given user using the rest API?
regards,
Mathieu