Removes the `unifyErrorResponse` method as it's no longer needed.
Updates error handling logic to directly use the error message from the response body. This simplifies the error processing and avoids unnecessary parsing.
Improves the start process cloud component by adding error handling for the start process action and enhancing the UI.
Specifically, it displays error messages from the backend response and provides a more user-friendly experience. Also includes minor UI improvements for error messages and general layout.
Improves error handling by parsing the error message to get the error entry.
If the message is not a valid JSON, uses the whole message string
as an error message.
* Fix the "open next task" checkbox is not showing anymore in the process start section
* Add test
* adjust description of the test
* revert the format changes
* prettier
* rebase changes fix
* prettier
* fix tests
* Add rerun function after first approval is there.
* Adjust pull request with github pr number as var
* Add check label step to check "do not merge" label
* cleanup