Skip to main content

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.

  1. Max Time to Wait for API Response: Maximum time allowed to wait for an API response before failing.

    • Default value: 30s
    note

    This setting applies to integrations that make API requests. It enables control over request and retry behavior.

  2. Maximum Activity Completion Timeout: The maximum duration to wait for the entire activity to complete.

    • Default value: 60 seconds (1 Minute)
  3. Maximum Number of Attempts: The maximum number of retry attempts for the activity in case of failure.

    • Default value: 1 (no retries)
  4. 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
  5. Wait Time Before First Retry: The time to wait before the retry after a failure.

    • Default value: 1 second
  6. 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

Advance Option