There are a bunch of records that show up in the userviews that don't appear to exist? When I click on an entry I get a Null Pointer error. I've gone into Completed Processes and cleared them all out - so there shouldn't be anything left to list in the user view.... or does it pull from a seperate wf_report table? Suggestions?

  • No labels

1 Comment

  1. Userview records come from formdata_ table. So, even when a process instance is deleted from Completed Processes, its data is still kept in formdata_ table. You may delete the records from the relevant formdata_x_metadata and formdata_x tables in this case.