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

cancel
Showing results for 
Search instead for 
Did you mean: 
mangeshkhilare
Member II

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

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
mdtabrezmca
Established Member II

Re: 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

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 

mangeshkhilare
Member II

Re: 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

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 ...

mdtabrezmca
Established Member II

Re: 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

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