workflow::action::get_workflow_id_not_cached (private)
workflow::action::get_workflow_id_not_cached -action_id action_id
Defined in packages/workflow/tcl/action-procs.tcl
This is a proc that should only be used internally by the workflow API, applications should use workflow::action::get_workflow_id instead.
- Switches:
- -action_id (required)
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [db_string select_workflow_id {}]Generic XQL file: <fullquery name="workflow::action::get_workflow_id_not_cached.select_workflow_id"> <querytext> select workflow_id from workflow_actions where action_id = :action_id </querytext> </fullquery>packages/workflow/tcl/action-procs.xql
PostgreSQL XQL file: packages/workflow/tcl/action-procs-postgresql.xql
Oracle XQL file: packages/workflow/tcl/action-procs-oracle.xql