camunda-formio-plugin icon indicating copy to clipboard operation
camunda-formio-plugin copied to clipboard

Provide option to provide a variables list in the form schema response: so you don't need to query for variables

Open StephenOTT opened this issue 5 years ago • 2 comments

Would also support more struck variable API lock down so the schema can just return a single set of variables used by the form and nothing else.

StephenOTT avatar Oct 26 '20 01:10 StephenOTT

Override the service so the get form schema API will return a object with the schema and the variables

StephenOTT avatar Oct 26 '20 01:10 StephenOTT

Consider scenario to add the variable values as form properties. So we can send only parts of variables: such as a Json object and we only want to send a specific property into the following form rather than the entire Json object.

StephenOTT avatar Oct 26 '20 01:10 StephenOTT