bug_tracker::bug::get_instance_workflow_id (public)
bug_tracker::bug::get_instance_workflow_id [ -package_id package_id ]
Defined in packages/bug-tracker/tcl/bug-procs.tcl
Return the workflow_id for the package (not instance) workflow
- Switches:
- -package_id (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if { $package_id eq "" } { set package_id [ad_conn package_id] } return [db_string get_instance_workflow_id {}]Generic XQL file: <fullquery name="bug_tracker::bug::get_instance_workflow_id.get_instance_workflow_id"> <querytext> select workflow_Id from bt_projects where project_id = :package_id </querytext> </fullquery>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