How to delete Duplicate Workflow templates in TIBCO BusinessWorksCollaborator.
book
Article ID: KB0086502
calendar_today
Updated On:
Products
Versions
TIBCO BusinessWorks Collaborator
-
Not Applicable
-
Description
Resolution: If you have duplicate or unwanted WF templates in your IC database and you want to delete them, run the command 'Delete Job' in Batch Registry. This command removes associated tasks, attributes and other referenced table entries of the WF template as well. You can use the following command in the Batch Registry to delete any of the duplicate or unwanted WF templates from the IC database.
If you want to delete a particular WF template version, then to find the workflow template for a particular version number, do the following:
Query "select * from jobs where name = <workflow template-name>" from job table to get job id (template id). Query "select * from attributes where object_id= <job id>) attribute table to find version for particulare job id (template id).
Issue/Introduction
How to delete Duplicate Workflow templates in TIBCO BusinessWorksCollaborator.