workflow::state::fsm::get_all_info (private)

 workflow::state::fsm::get_all_info -workflow_id workflow_id

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

This proc is for internal use in the workflow API only. Returns all information related to states for a certain workflow instance. Uses util_memoize to cache values.

Switches:
-workflow_id (required)
Author:
Peter Marklund
See Also:

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

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