workflow::role::get_workflow_id_not_cached (private)
workflow::role::get_workflow_id_not_cached -role_id role_id
Defined in packages/workflow/tcl/role-procs.tcl
This is a proc that should only be used internally by the workflow API, applications should use workflow::role::get_workflow_id instead.
- Switches:
- -role_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 {}]XQL Not present: PostgreSQL, Oracle Generic XQL file: <fullquery name="workflow::role::get_workflow_id_not_cached.select_workflow_id"> <querytext> select workflow_id from workflow_roles where role_id = :role_id </querytext> </fullquery>packages/workflow/tcl/role-procs.xql