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
Solved! Go to Solution.
In the DB either ACT_RU_VARIABLE or ACT_FO_SUBMITTED_FORM
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.
In the DB either ACT_RU_VARIABLE or ACT_FO_SUBMITTED_FORM
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
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...
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
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.