workflow::state::fsm::get_workflow_id_not_cached (private)

 workflow::state::fsm::get_workflow_id_not_cached -state_id state_id

Defined in packages/workflow/tcl/state-procs.tcl

This proc is used internally by the workflow API only. Use the proc workflow::state::fsm::get_workflow_id instead.

Switches:
-state_id (required)
Author:
Peter Marklund

Testcases:
No testcase defined.
Source code:
    return [db_string select_workflow_id {}]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="workflow::state::fsm::get_workflow_id_not_cached.select_workflow_id">
    <querytext>
        select workflow_id
        from   workflow_fsm_states
        where  state_id = :state_id
    </querytext>
</fullquery>
packages/workflow/tcl/state-procs.xql

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