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 Fynd Boltic Workflow.

  1. Continue on Failure: Controls whether the workflow continues execution when a node fails, instead of stopping entirely.

    • Default: OFF
    • When enabled, a failure handle appears on the node, allowing you to connect a separate execution path. If the node fails, the workflow continues via this failure path instead of halting.
    • When disabled, any node failure stops the entire workflow execution.
    note

    The failure path receives context from the failed node. The error is accessible using activity_name.error. In system-identified failure cases, activity_name.blt_error can also be used. These can be used to log failures, trigger alerts, or build conditional recovery logic.

    For more details, see the Troubleshooting guide.

  2. 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.

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

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

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

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