03-19-2018 04:29 AM
Hi,
I hope that the question is clear
where can i find the infos writed by me to fill the form in usertask ?
in which db table ?
thank you
03-19-2018 09:50 AM
In the DB either ACT_RU_VARIABLE or ACT_FO_SUBMITTED_FORM
03-19-2018 09:43 AM
I guess you're using the engine embedded in your app. You should be able to access the submitted data as process variables or as form data - see Activiti/FormServiceTest.java at 6.x · Activiti/Activiti · GitHub for examples or Activiti/FormServiceTest.java at 5.x · Activiti/Activiti · GitHub if you're using v5.
03-19-2018 09:50 AM
In the DB either ACT_RU_VARIABLE or ACT_FO_SUBMITTED_FORM
03-19-2018 10:20 AM
03-19-2018 10:38 AM
Hi again Ryan ,
like I said it works , but when the workflow ended , all usertasks fields filled by me which i can see it before in the act_ru_variable are deleted from the table ..
when the workflow end , all usertasks values of workflow are deleted ! why ? and how can I deny that
thank you
03-19-2018 10:43 AM
If it's not in ACT_FO_SUBMITTED_FORM then you can turn up the history level (Activiti User Guide ) and use ACT_HI_VARINST. You can see the database creation scripts in Activiti/modules/activiti-engine/src/main/resources/org/activiti/db/create at 6.x · Activiti/Activit...
03-19-2018 10:53 AM
I don't have this table (ACT_FO_SUBMITTED_FORM)
I'm using the 5.22 version
So when the workflow is done , usertasks filled forms will be deplaced from act_ru_variable to ACT_HI_VARINST
thank you
Explore our Alfresco products with the links below. Use labels to filter content by product module.