workflow::action::get_privileges (public)
workflow::action::get_privileges -action_id action_id
Defined in packages/workflow/tcl/action-procs.tcl
Return the assigned role of the given action
- Switches:
- -action_id (required)
- The action_id of the action.
- Returns:
- List of privileges that give permission to do this action
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [get_from_request_cache $action_id "privileges"]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