How to find a workflow template for a particular version number from TIBCO InConcert database?

How to find a workflow template for a particular version number from TIBCO InConcert database?

book

Article ID: KB0094351

calendar_today

Updated On:

Products Versions
TIBCO BusinessWorks Collaborator -
Not Applicable -

Description

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).

Issue/Introduction

How to find a workflow template for a particular version number from TIBCO InConcert database?