Removing Advanced Workflow after Accidentally Creating Advanced Workflow
2 years ago
Originally Published: 2018-09-06
Article Number
000063867
Applies To
If an Advanced Workflow was Accidentally created on an application and you want to remove it so it shows "Click to Created Advanced Workflow" please use the attached SQL script.
Issue
If you accidentally created an Advanced Workflow in an application and want it removed.
Tasks
1.  From your application listing mouse over your application and get the Application ID.
2.  Plug that ID into the Select Script from the SQL script.
3.  This will give you the Level_id needed to proceed.
4.  Plug in the Level_ID into the SQL Script and execute the script.
5.  If the script completes, at the bottom of the script un-comment the commit  COMMIT TRAN and execute that line.
6.  If you have errors, Un-Comment ROLLBACK TRAN and submit to engineering.
Resolution
This will remove the advanced workflow from the application.

 
Notes
NOTE: If you have an active Advanced Workflow Design, this method will not remove the complete Advanced Workflow.