camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.05k stars 1.53k forks source link

Error message on delete process definition has a misspelling #4246

Closed cameronjoebrown closed 3 months ago

cameronjoebrown commented 3 months ago

Environment (Required on creation)

7.19.0 is the version we're using but it probably exists in other versions that include this error message

Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)

When trying to delete a process definition that has active instances using the REST API, the error message that is received has a misspelling. The last part of that error message is where the issue is: Process definition with id: dap_automation_basic:20:3ae79dd0-646b-11ee-b0ad-0e5a7742bcef can't be deleted, since there exists 10 dependening process instances.

Steps to reproduce (Required on creation)

Solution Ideas

Hints

Links

Breakdown

### Pull Requests
- [ ] https://github.com/camunda/camunda-bpm-platform/pull/4296

Dev2QA handover

cameronjoebrown commented 3 months ago

I'm looking to contribute for the first time so I'd love to take this one on

Prince-Bhagat commented 3 months ago

Hey !!!, Even I want to start my journey in open source contribution. So I'm trying to look in to this

danielkelemen commented 3 months ago

Hi everyone, Thanks for opening the issue and nice catch with the typo!

Once there is a PR I'll review it. Let me know if you need any help from me.

-Daniel