workflow::state::fsm::get_workflow_id (public)

 workflow::state::fsm::get_workflow_id -state_id state_id

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

Lookup the workflow that the given state belongs to.

Switches:
-state_id (required)
Returns:
The id of the workflow the state belongs to.
Author:
Peter Marklund

Testcases:
No testcase defined.
Source code:
    return [util_memoize [list workflow::state::fsm::get_workflow_id_not_cached -state_id $state_id]]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/workflow/tcl/state-procs.xql

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