workflow::action::get_allowed_roles (public)
workflow::action::get_allowed_roles -action_id action_id
Defined in packages/workflow/tcl/action-procs.tcl
Return the allowed roles of the given action
- Switches:
- -action_id (required)
- The action_id of the action.
- Returns:
- List of role_id of the allowed roles
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [get_from_request_cache $action_id "allowed_role_ids"]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