Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
devel:documentation:roles:dev:universal_requests [2021/03/09 11:03]
husniko [Workflow process for roles]
devel:documentation:roles:dev:universal_requests [2021/03/09 11:12] (current)
husniko [Workflow process for roles]
Line 82: Line 82:
  
 ==== Workflow process for roles ==== ==== Workflow process for roles ====
-The basic approval process where changes on the role are approved by the guarantors of the role in request. If there are no guarantors or a new role, then those who have the role defined in the variable '**core.wf.approval.role-change.role**' are the approvers. If this variable does not have any role, '**superAdminRole**' is returned.+The basic approval process where changes on the role are approved by the guarantors of the role in request. If there are no guarantors or a new role, then those who have the role defined in the variable '**core.wf.approval.role-change.role**' are the approvers. If this variable does not have any role, '**superAdminRole**' is returned. The result of the approval process is sent to the applicant for changes via email notification. Sending of these notifications can be disabled by setting the corresponding notification topic to inactive state. Topic ''core:approveRoleDefinitionChange'' for approved requests and ''core:disapproveRoleDefinitionChange'' for disapproved ones.
  
 <code>core.wf.approval.role-change.role=superAdminRole</code> <code>core.wf.approval.role-change.role=superAdminRole</code>
  • by husniko