How do I delete all my data created, stored in process folders?

johnathan151613
edited March 18 in Flows

I have been testing setting up my Decisions environment with 25+ years' worth of archival data, and storing it in Process Folders. I want to test this process again, but manually deleting the process folders is very tedious. Is there a way I can automate deleting all of my process folders in a flow?

Comments

  • You can do this in a flow, we have several steps in INTEGRATION > INTERNAL SERVICES > FOLDERSERVICE in the flow designer. The DeleteFolderWithContents step seems to be the best for your use case. Combining this with a Fetch Entities step and running it in as AsyncAndWait in a RunFlowForStep would be the quickest way to automate this, as the job will be run with concurrent threads. You would need to fetch the Folder data type, and limit results by the parent folder ID of the location of your process folders. 


Sign In or Register to comment.