workflow::role::get_ids (private)
workflow::role::get_ids [ -all ] -workflow_id workflow_id \ [ -parent_action_id parent_action_id ]
Defined in packages/workflow/tcl/role-procs.tcl
Get the IDs of all the roles in the right order.
- Switches:
- -all (optional, boolean)
- -workflow_id (required)
- The id of the workflow to get roles for.
- -parent_action_id (optional)
- No meaning. Provided for compatibility with similar procs for actions and states.
- Returns:
- A list of role IDs.
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.