DROP WORKFLOW module.NameRemoves a workflow from the project. The workflow is identified by its qualified name. If the workflow does not exist, an error is returned.
Any references to the dropped workflow (e.g., CALL WORKFLOW activities in other workflows, or navigation entries) will become broken and should be updated or removed.
module.Name
: The qualified name of the workflow to drop (Module.WorkflowName).
DROP WORKFLOW HR.ApprovalFlow;