cancel
Showing results for 
Search instead for 
Did you mean: 

Starting process REST API and form properties

prashantm
Champ in-the-making
Champ in-the-making
As per my process definition user starts a process providing some values through form properties.

While using my own UI technology and REST API (POST runtime/process-instances) I need to provide variables array of name-value pairs while starting the process instance.

That means I need to know association between form property and variable name. Isn't this assumption right, especially when the process designer provides this association in the form property definition?



Prashant

2 REPLIES 2

trademak
Star Contributor
Star Contributor
Did you look at the Form service REST service?

http://activiti.org/userguide/index.html#N1541E

Best regards,

prashantm
Champ in-the-making
Champ in-the-making
Submit form data REST API does what I want. It was not clear earlier from documentation that submit form also marks the task completed.