workflow::case::role::get_assignees (public)
workflow::case::role::get_assignees -case_id case_id -role_id role_id
Defined in packages/workflow/tcl/case-procs.tcl
Get the current assignees for a role in a case as a list of [array get]'s of party_id, email, name.
- Switches:
- -case_id (required)
- the ID of the case.
- -role_id (required)
- the ID of the role.
- Returns:
- a list of [array get]'s of party_id, email, name.
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [util_memoize [list workflow::case::role::get_assignees_not_cached $case_id $role_id] [workflow::case::cache_timeout]]Generic XQL file: packages/workflow/tcl/case-procs.xql
PostgreSQL XQL file: packages/workflow/tcl/case-procs-postgresql.xql
Oracle XQL file: packages/workflow/tcl/case-procs-oracle.xql