Error when deleting a MaestroProcess without Tasks in TraceForm.

Created on 9 July 2025, 24 days ago

Problem/Motivation

When deleting a MaestroProcess without Tasks in TraceForm the following Execption is thrown:
Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "idList" for route "maestro.delete.process" must match "[^/]++" ("" given) to generate a corresponding URL.

Steps to reproduce

  1. start a process
  2. delete all MaestroQueue for this process (drush entity:delete maestro_queue 1,2)
  3. go to trace the process and try to delete it
  4. see error instead of confirmation form

Proposed resolution

Either

  • make parameter idList Optional
  • remove unused parameter idList

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

4.0

Component

Code

Created by

🇩🇪Germany luenemann Südbaden, Germany

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024