Advanced Options
The Advanced Options section allows you to configure the following additional settings for the activity:
-
Maximum Activity Completion Timeout
- Description: The maximum duration in seconds to wait for the entire activity to complete before it is marked as failed.
- Required: No
- Default: 60 seconds (1 Minute)
-
Max Tries
- Description: The maximum number of retry attempts for the activity in case of failure.
- Required: No
- Default: 1 (no retries)
-
Retry Interval
- Description: The time interval, in seconds, between consecutive retry attempts for the activity.
- Required: No
- Default: 1 second
-
Wait Between Retries
- Description: A coefficient used to calculate the next retry interval. The next retry interval is the previous interval multiplied by this coefficient.
- Required: No
- Default: 2
-
Max Interval
- Description: The maximum allowable time interval between retries, in seconds. After reaching this value, the retry interval will no longer increase.
- Required: No
- Default: 100 seconds