Enable workflow mode
Workflow mode can be enabled per ADOM or in all ADOMs at the same time.
![]() |
After changing the workspace mode, your session will end, and you will be required to log back in to the FortiManager. |
To enable workflow mode on all ADOMs in the GUI:
- Go to System Settings > Workspace.
- Click Workflow.
- Create the workflow approvals.
- Click Create New.
- Click the ADOM dropdown, and select an ADOM.
- Click the Approval Group # 1 dropdown, select the users who will approve changes.
- (Optional) Click the add (+) button to add another approval group.
- In the Send an Email Notification to field, select the user who will receive the email notification.
- (Optional) from the Mail Server dropdown, select the mail server.
- Click OK.
- Click Apply. Your session ends, and the FortiManager login screen is displayed.
To enable workflow mode per-ADOM in the GUI:
- Enable Per-ADOM mode.
- Go to System Settings > Admin > Workspace.
- Click Per-ADOM.
- Click Apply.Your session ends, and the FortiManager login screen is displayed.
- Log in to FortiManager, and go to System Settings > All ADOMs.
- Double-click an ADOM, or right-click the ADOM and select Edit. The Edit ADOM page is displayed.
- In the Workspace Mode area, click Workflow.
- In the Approval Group # 1 field, select the users who will approve changes.
- (Optional) Click the add (+) button to add another approval group.
- In the Send an Email Notification to field, select the user who will receive the email notification.
- (Optional) from the Mail Server dropdown, select the mail server.
- Click OK. Your session ends, and the FortiManager login screen is displayed.
![]() |
When workflow mode is enabled, Device Manager and Policy & Objects become read-only. You must lock the ADOM to create a new workflow session. |
To disable workflow mode in all ADOMs in the GUI:
- Go to System Settings > Workspace.
- Click Disable.
To enable per-ADOM mode in the CLI:
config system global
set workspace-mode per-adom
end
Once per-adom
is enabled, you can configure the workflow setting in the GUI.
To enable workflow mode in all ADOMs in the CLI:
- Go to System Settings > Dashboard.
- In the CLI Console widget enter the following CLI commands in their entirety:
config system global
set workspace-mode workflow
end
![]() |
When |