workflow approval-matrix
Use this command to configure workflow settings.
Syntax
config system workflow approval-matrix
edit <ADOM_name>
set mail-server <string>
set notify <string>
config approver
edit <sequence_number>
set member <string>
end
end
Variable |
Description |
---|---|
<ADOM_name> |
The name of the ADOM. |
mail-server <string> |
Enter the mail server IPv4 address or hostname. |
notify <string> |
Enter the notified users. Use a comma as a separator. |
Variables for |
|
<sequence_number> |
Enter the entry number. |
member <string> |
Enter the members of the approval group. Use a comma as a separator. |
Example
This example shows configuring the admin
administrator as an approver for the root
ADOM.
config system workflow approval-matrix
edit "root"
config approver
edit 1
set member "admin"
next
end
set mail-server "mail.fortinet.com"
set notify "admin"
end