Issues
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
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
- Create a runbook
- Add a Run a Script step
- Add child step
- Delete (or "Move out") the child step with the same name as the parent step
- Use your browser's dev tools to check the response for the current deployment/runbook process
- Notice that the parent step still exists in the JSON, but not in the UI
Error and Stacktrace
More Information
Workaround
No response