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.
-
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.
noteThe failure path receives context from the failed node. The error is accessible using
activity_name.error. In system-identified failure cases,activity_name.blt_errorcan also be used. These can be used to log failures, trigger alerts, or build conditional recovery logic.For more details, see the Troubleshooting guide.
-
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
![]()