workflow::role::get_all_info (private)
workflow::role::get_all_info -workflow_id workflow_id
Defined in packages/workflow/tcl/role-procs.tcl
This proc is for internal use in the workflow API only. Returns all information related to roles 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::role::get_all_info_not_cached -workflow_id $workflow_id] [workflow::cache_timeout]]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/workflow/tcl/role-procs.xql