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

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::state::fsm::get workflow::state::fsm::get (public) workflow::state::fsm::get_workflow_id workflow::state::fsm::get_workflow_id workflow::state::fsm::get->workflow::state::fsm::get_workflow_id util_memoize util_memoize (public) workflow::state::fsm::get_workflow_id->util_memoize workflow::state::fsm::get_workflow_id_not_cached workflow::state::fsm::get_workflow_id_not_cached (private) workflow::state::fsm::get_workflow_id->workflow::state::fsm::get_workflow_id_not_cached

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: