Notify When Control Owner Is Updated
Objective
Automatically notify relevant stakeholders whenever the owner of a control changes. This workflow improves visibility into ownership updates, ensures new owners are aware of their responsibilities, and helps teams maintain accurate role assignments across the GRC program.
Prerequisites
Before configuring this workflow:
- You must have Admin or Workspace Manager permissions.
- You should know who needs to be notified of control owner changes (e.g., Admins, Compliance Team).
-
Your notification channels must be available:
- Email (always available)
- Slack message (Slack integration required)
- Microsoft Teams message (Teams integration required)
Workflow Overview
This workflow runs when:
- Object Type: Control
- Scope: All controls
- Trigger Event: Control owner updated
- Action: Notify selected recipients of the update
Step-by-Step Configuration
1. Create the Workflow
- Go to Settings โ Workflows .
- Select Create Workflow .
-
Configure:
-
Name:
Notify when control owner updated -
Object Type:
Control
-
Name:

2. Define the Workflow Scope
- Under Start , choose All controls to monitor all current and future controls.
- Select Continue .

3. Select the Trigger
- Choose Control owner updated as the trigger.
- This event fires whenever a control's owner field changes.

4. Add Steps
Send Notification (Email Example)
- Add a Send notification step.
-
Select a communication method:
- Slack message
- Microsoft Teams message
- For this example, use Email .
-
Choose recipients such as:
- Admin
- Compliance Team
- New Control Owner
-
Use dynamic variables such as:
-
{{control_name}} -
{{old_control_owner}} -
{{new_control_owner}} -
{{updated_by}}
-
Example Email Subject:
Control owner updated: {{control_name}}
Example Email Body:
Hello,
The control "{{control_name}}" has had its owner updated.
Previous Owner: {{old_control_owner}}
New Owner: {{new_control_owner}}
Updated By: {{updated_by}}
Please review responsibilities and ensure all required tasks are reassigned appropriately.
Thank you,
Compliance Team
5. Review and Publish
-
Confirm the workflow settings:
- Scope: All controls
- Trigger: Control owner updated
- Action: Notify appropriate recipients
- Select Publish to activate.
- Save as Draft if additional internal review is required.
Validation & Testing
To ensure proper functionality:
- Select a test control and update its owner.
- Go to Settings โ Workflows โ Run History to verify the workflow executed.
- Confirm recipients received the notification.
- Adjust the message or recipients as needed.