Skip to end of banner
Go to start of banner

How to delete workflow copies and backups

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Summary

My installations get cluttered with workflow copies and backups that are difficult to delete from the UI. They are inactive and it takes many clicks to get rid of these. Here is a quicker way with JCLI and theĀ renderRequest action.

Details

Just substitute in the workflow name below, but make sure it is url encoded first:

--action renderRequest --file "" --request /secure/admin/workflows/DeleteWorkflow.jspa --requestParameters "confirmedDelete=true&workflowName=<<<name of workflow>>>" 
  • No labels