apache / incubator-kie-kogito-runtimes

Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
544 stars 209 forks source link

incubator-kie-issues#1626: Fix Typo in public API method for custom User Task assignment strategy #3786

Closed pefernan closed 1 week ago

pefernan commented 1 week ago

Closes https://github.com/apache/incubator-kie-issues/issues/1626

Fixes Typos in public API method for custom User Task assignment strategy

Ensemble: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3786 https://github.com/apache/incubator-kie-kogito-examples/pull/2039

Many thanks for submitting your Pull Request :heart:!

Closes/Fixes/Resolves #ISSUE-NUMBER

Description:

Please make sure that your PR meets the following requirements:

How to replicate CI configuration locally? Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use [build-chain tool](https://github.com/kiegroup/github-action-build-chain) to handle cross repository builds and be sure that we always use latest version of the code for each repository. [build-chain tool](https://github.com/kiegroup/github-action-build-chain) is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See [local execution](https://github.com/kiegroup/github-action-build-chain#local-execution) details to get more information about it.
pefernan commented 1 week ago

Jenkins build suceeded, but there are errors cleaning docker container... Actually jenkins passed in the sibling PR https://github.com/apache/incubator-kie-kogito-examples/pull/2039