I have tried formService.getTaskFormData() and TaskService to fetch saved form Data . Form not submitted .
I have started Process and filled ADF form Render in angular and APS Default Save button clicked to save data .
now i have one custom api there i want to check saved form Data using formId or TasK id In java level
Hello, use this service
@Autowired
private SavedFormRepository savedFormRepository;
it has 3 methods use can use
List<SavedForm> findByTaskIdOrderBySavedDateTimeDesc(String var1);
List<SavedForm> findByTaskIdAndFormIdOrderBySavedDateTimeDesc(String var1, Long var2);
long countByTaskIdAndFormId(String var1, Long var2);
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.