Fortinet black logo

Version:

Version:

Version:

Version:

Version:

Version:


Table of Contents

Cookbook

Download PDF
Copy Doc ID 664e9f16-22ad-11eb-96b9-00505692583a:137181
Copy Link

Chaining and delaying actions

Automation stitches that use cloud-based or webhook actions have the option to delay an action after the previous action is completed. The execution of the actions can be delayed by up to 3600 seconds (one hour).

To configure this option in the GUI, select a cloud-based action, then enter the required value, in seconds, in the action configuration's Delay field.

To configure a delay in the CLI, use the following command:

config system automation-action
    edit <name>
        set action-type {aws-lambda | azure-function | google-cloud-function | alicloud-function | webhook}
        set required {enable | disable}
        set delay <seconds>
    next
end

Chaining and delaying actions

Automation stitches that use cloud-based or webhook actions have the option to delay an action after the previous action is completed. The execution of the actions can be delayed by up to 3600 seconds (one hour).

To configure this option in the GUI, select a cloud-based action, then enter the required value, in seconds, in the action configuration's Delay field.

To configure a delay in the CLI, use the following command:

config system automation-action
    edit <name>
        set action-type {aws-lambda | azure-function | google-cloud-function | alicloud-function | webhook}
        set required {enable | disable}
        set delay <seconds>
    next
end