How to get extensionElements variable value if we have only taskId through API
I'm using activiti with spring rest api. User will be having option to select any of its listed tasks and ask for the values of extensionElements. To do so, I'm making a rest call with taskid.Is there a way to fetch value of extensionElements through...