i have a table in the form of json that contains objects one of the variable of this object is u object how can i get this i explain it all with an example, i want to get variable using java how can i do it
{ "data": [ { "id": "40406", "processInstanceId": "40398", "processInstanceUrl": "http://10.6.99.57:8888/activiti- rest/service/history/historic-process-instances/40398", "taskId": null, "variable": { "name": "nbj", "type": "string", "value": "3", "scope": null } }, { "id": "40408", "processInstanceId": "40398", "processInstanceUrl": "http://10.6.99.57:8888/activiti- rest/service/history/historic-process-instances/40398", "taskId": null, "variable": { "name": "nom", "type": "string", "value": "yasmine", "scope": null } }, { "id": "40404", "processInstanceId": "40398", "processInstanceUrl": "http://10.6.99.57:8888/activiti- rest/service/history/historic-process-instances/40398", "taskId": null, "variable": { "name": "reponse", "type": "string", "value": "1", "scope": null } } ],
I guess this is the same question you've asked on stackoverflow. I'm assuming you want to read the data from the json. Otherwise maybe you could use the engine java api
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.