Deleting Data from FEE data structure

I have a FEE data structure and I am reporting over it to see all the FEE data. Even if I delete any FEE data via Flow by using the default delete step present Inside the User Defined Step in the flow Designer, I can see the data in the report. Please tell me How data can be deleted from FEE data structure?

Comments

  • In Flow Execution Extension(FEE) Data structure reporting, the items are displayed with a combination of items in the data structure table and process folders associated with these data structure items. So, the Delete step associated with the FEE will only delete the item from the table but the items will still remain in the report since the process folder is still present. So, if we want to remove the item from the report, then we will need to delete the process folder as well apart from the item. We can do that by using the Delete Entity step(found under the Database section of the Flow designer toolbox) and passing the FolderID of the process folder.

Sign In or Register to comment.