workflow::action::get_all_info (private)
workflow::action::get_all_info -workflow_id workflow_id
Defined in packages/workflow/tcl/action-procs.tcl
This proc is for internal use in the workflow API only. Returns all information related to actions for a certain workflow instance. Uses util_memoize to cache values.
- Switches:
- -workflow_id (required)
- Author:
- Peter Marklund
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [util_memoize [list workflow::action::get_all_info_not_cached -workflow_id $workflow_id] [workflow::cache_timeout]]Generic XQL file: packages/workflow/tcl/action-procs.xql
PostgreSQL XQL file: packages/workflow/tcl/action-procs-postgresql.xql
Oracle XQL file: packages/workflow/tcl/action-procs-oracle.xql