cancel
Showing results for 
Search instead for 
Did you mean: 

how to get list of form variables of each user task which we set while design the process. well actually i am looking for each user task varibles

mangeshkhilare
Champ in-the-making
Champ in-the-making

how to get list of form variables of each user task which we set while design the process. well actually i am looking for each user task variables ?

3 REPLIES 3

mdtabrezmca
Star Contributor
Star Contributor

Hi Mangesh,

     you can be able to list the list variables with the help of this api http://localhost:8080/activiti-app/enterprise/tasks/{taskId}/variables for more details you can use this link which will list all the public apis pf alfresco process services http://localhost:8080/activiti-app/api-explorer.html 

Thank you for reply.
Is there any direct sql query to get variables list based on user task id.
Or in which table the variables data gets store while designing. Just to clarify i am looking for form variables which we set while designing the workflow diagram. And not when process get started and varibles data gets stored in ACT_HI_VARINST table.

awaiting ...

Hi Mangesh,

   I dont know what you are looking at but why do you want to change anything with sql quey as many things are available using public apis http://localhost:8080/activiti-app/api-explorer.html