Delete the unwanted Orchestration activities with multiple versionsIssue While working on developing the orchestration activities, we notice that every time we checkout the activity the system will create a new activity record with the same name.It has to do with versioning and we end up with multiple versions of the same activity and we will be unable to delete these activities.ReleaseALLResolutionBelow are the tables which stores the versions of the activities and workflowsVersion [wf_versionable] Tracks different versions of element definitions [wf_element_activity].Workflow Version [wf_workflow_version] Particular versions of a workflow, either published versions or versions that have been checked out.If you want to delete a checked out published version you:- Do NOT need to be the person that checked out the version- Do NOT have to publish it first- Do need a workflow role (creator or publisher). Admin alone isn't enough as the ACL doesn't have admin override.- Do need to close all active workflow contextsWhen this is all done, then you can delete the workflow version.