I can't seem to find any story about it:
When I do GET to form/form-data with JSON:
{"taskId":"_someId_"}
to url
"localhost:8080/activiti-rest/service/form/form-data"
I receive:
{"statusCode":500,"errorMessage":"form property 'form3' is required"}
form3 is the Id of the form in user task. Type is string. Variable orderDeliveryTime, required, readable and writable set to true.
Am I missing something? Shouldn't I get the object first with listed fields that I can/must submit? How can I retrieve the form from a task? I can't submit form data without knowing names of variables.