Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Deleting the child step that a parent step is created from does not delete the parent step in the process JSON

Open donnybell opened this issue 6 months ago • 2 comments

Severity

No response

Version

Confirmed in 2025.3.2613

Latest Version

None

What happened?

Deleting the child step that a parent step is created from does not delete the parent step in the process JSON while it is not visible in the UI.

Reproduction

  1. Create a runbook
  2. Add a Run a Script step
  3. Add child step
  4. Delete (or "Move out") the child step with the same name as the parent step
  5. Use your browser's dev tools to check the response for the current deployment/runbook process
  6. Notice that the parent step still exists in the JSON, but not in the UI

Error and Stacktrace


More Information

Image

Image

Image

Workaround

No response

donnybell avatar Jun 24 '25 17:06 donnybell