Products | Versions |
---|---|
TIBCO BusinessWorks Collaborator | - |
Not Applicable | - |
Resolution:
To find workflow a 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).