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