Details
-
Improvement
-
Resolution: Duplicate
-
Neutral
-
5.3.1
-
None
-
None
Description
Root cause is CommandsManager:executeCommand(final String commandName, final Map<String, Object> params)
This method's implementation does not fulfill its description:
* Executes the given command by first looking in the default catalog. * Should the command not be found, it will try to look in all other * catalogs.
it looks only in the default catalog, if the command is not found, an exception is thrown.
Checklists
Acceptance criteria
Attachments
Issue Links
- is superseded by
-
MGNLWORKFLOW-224 Introduce decorators for workItemHandlers to improve exception handling
-
- Closed
-
- relates to
-
MGNLWORKFLOW-327 CommandWorkItemHandler works only with commands inside the default catalog
-
- Open
-