Chaining and delaying actions
Automation stitches have the option to delay an action after the previous action is complete. Executing the next action can be delayed by up to 3600 seconds (one hour).
To configure a delay in the GUI:
- Go to Security Fabric > Automation and click the Action tab.
- Click Create New.
- Select an action type, and enter a value (in seconds) in the Delay field.
- Configure the other settings as needed.
- Click OK.
To configure a delay in the CLI:
config system automation-action edit <name> ... set delay <integer> next end
|
Set the delay before execution, in seconds (0 - 3600, default = 0). |