bug_tracker::bug::get_package_workflow_id (public)

 bug_tracker::bug::get_package_workflow_id

Defined in packages/bug-tracker/tcl/bug-procs.tcl

Return the workflow_id for the package (not instance) workflow

Testcases:
No testcase defined.
Source code:
    return [workflow::get_id  -short_name [workflow_short_name]  -package_key bug-tracker]
Generic XQL file:
packages/bug-tracker/tcl/bug-procs.xql

PostgreSQL XQL file:
packages/bug-tracker/tcl/bug-procs-postgresql.xql

Oracle XQL file:
packages/bug-tracker/tcl/bug-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: