---
title: "Release 5.7.6"
description: "Parameters for Automatic Check schedules; active section label in Scenario Builder; more reliable scenario debugger."
---

# Release 5.7.6

## What Changed

- **Settings — Automatic Check:** when creating or editing a schedule, you can set **additional parameters** for the selected Action Jail function — the same values you use in a scenario or when testing the action.
- **Scenario Builder:** the toolbar **always shows the active section name** under the bot or process title — you no longer need to hover over the workflow name to see which section you are editing.
- **Scenario Builder — debugger:** fixed **hangs** when testing a **slider** section that **immediately transitions** to **another section** via a cross-section link.

## How It Changed

**Before:** An Automatic Check schedule ran the action without a way to pass parameters from the UI — only whatever was baked into the action. In Scenario Builder, the current section name lived in a tooltip on the workflow title. In the debugger, testing a slider section with an immediate jump to another section could **loop indefinitely** and never show the next step.

**Now:** Schedule parameters are configured in the create or edit form (when the action exposes a parameter schema — via a guided form or a text editor). The active section appears under the process name on wider screens and updates when you switch sections, change the URL, or run a test. The debugger correctly moves to the target section instead of restarting from the slider.

## Why It Matters

Integrators can automate checks and background jobs more flexibly without duplicating actions for different parameter sets. Multi-section scenarios are easier to navigate in the editor. Testing complex cross-section flows is predictable and no longer blocks work in the constructor.

## Related documentation

- [Create your first Automatic Check schedule](/en/settings/tutorials/first-automatic-check-schedule.md)
- [Processes and Scenarios — Scenario Builder](/en/learn/scenario-builder/processes-and-scenarios.md)
- [Scenario Builder hub](/en/scenariobuilder/integrator-hub.md)
- [Slider node parameters](/en/scenariobuilder/reference/slider-parameters.md)
- [Cross-section flow](/en/scenariobuilder/explanation/entry-exit-section-flow.md)
