Advanced Options
The Advanced Options section allows you to configure the following additional settings for the activity. It lets you fine-tune how each activity executes in Boltic Workflow.
-
Max Time to Wait for API Response: Maximum time allowed to wait for an API response before failing.
- Default value: 30s
noteThis setting applies to integrations that make API requests. It enables control over request and retry behavior.
-
Maximum Activity Completion Timeout: The maximum duration to wait for the entire activity to complete.
- Default value: 60 seconds (1 Minute)
-
Maximum Number of Attempts: The maximum number of retry attempts for the activity in case of failure.
- Default value: 1 (no retries)
-
Retry Backoff Rate: A coefficient used to calculate the next retry interval. The next retry interval is the previous interval multiplied by this coefficient.
- Default value: 2
-
Wait Time Before First Retry: The time to wait before the retry after a failure.
- Default value: 1 second
-
Maximum Wait Between Retries: The maximum allowable time interval between retries. After reaching this value, the retry interval will no longer increase. Prevents the delay from growing indefinitely.
- Default value: 100 seconds
![]()