[Fix #3883] Fix event start date (#3884)

* [Fix #3883] Fix event start date

* [Fix #3883] Fix event start date (alternative approach)

Changing the place where the event is generated create a lot of problem
with status, so constraining the change to the start date.
3 files changed
tree: 5856b59d15e0b772ff4d8dc96ed2672434eaa617
  1. .ci/
  2. .github/
  3. addons/
  4. api/
  5. docsimg/
  6. drools/
  7. grafana-api/
  8. jbang-header/
  9. jbpm/
  10. kogito-bom/
  11. kogito-build/
  12. kogito-codegen-modules/
  13. kogito-maven-plugin/
  14. kogito-maven-plugin-test/
  15. kogito-serverless-workflow/
  16. kogito-test-utils/
  17. kogito-workitems/
  18. quarkus/
  19. springboot/
  20. .gitignore
  21. .rat-excludes
  22. CONTRIBUTING.md
  23. Develop_on_Mac.md
  24. DISCLAIMER-WIP
  25. history2.adoc
  26. LICENSE
  27. Makefile
  28. mvnw
  29. mvnw.cmd
  30. NOTICE
  31. pom.xml
  32. README.md
README.md

Kogito

Kogito is the next generation of business automation platform focused on cloud-native development, deployment and execution.

GitHub Stars GitHub Forks GitHub Issues Pull Requests Zulip chat Contributors License Twitter Follow

Quick Links

Homepage: https://kie.apache.org

Guides and Documentation: https://kie.apache.org/docs/documentation/

GitHub Issues: https://github.com/apache/incubator-kie-issues/issues

Requirements

  • Maven 3.9.6 or later
  • Java 17 or later (devel package)
  • optional: Docker installation for running integration tests

Getting Started

The Kogito Examples repository module contains a number of examples that you can take a look at and try out yourself. Please take a look at the readme of each individual example for more details on how the example works and how to run it yourself (either locally or on Kubernetes).

Guides

The official guides for Kogito can be found at our main website, these include guides for Quarkus and Spring Boot.

If you want to read more about Quarkus:

Building and Contributing to Kogito

All contributions are welcome! Before you start please read the contribution guide.

Getting Help

Issues

  • Do you have a minimal, reproducible example for your issue?
    • If so, please open a new issues for it in the issues with the details of your issue and example.
  • Are you encountering an issue but unsure of what is going on?
    • Start a new conversation in the Apache KIE users mailing list, or open a new thread in the Kogito stream of the KIE Zulip chat.
    • Please provide as much relevant information as you can as to what could be causing the issue, and our developers will help you figure out what's going wrong.

Requests

  • Do you have a feature/enhancement request?
    • Please open a new thread in the Kogito stream of the KIE Zulip chat to start a discussion there.