-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
2018 Week 36-38, 2018 Week 39-41, 2018 Week 42-44, 2018 Week 45-47
-
13
-
NEW
-
NEW
First understand these concepts (and how they differ):
- Execution Server: https://docs.optaplanner.org/7.8.0.Final/optaplanner-wb-es-docs/html_single/#_ch.kie.server
- Repeated planning (which has topics such as continuous planning and real-time planning):
Jbpm wants to do this: https://www.youtube.com/watch?v=ksXjQ851RAU which does continuous planning AND real-time planning.
We want to build an example to show that the execution server works and can do continuous planning AND real-time planning, without importing jbpm classes, so the jbpm team can use that as an inspiration.
Requirements:
- TODO Decide which example to do // During meeting will be decided
- Build kjar
- Show what happens if:
- time progresses by a week
- the input problem changes in real time (an entity gets added or deleted, etc)
- Demo video (and blog post?)
Optional: non-disruptive replanning - although there are a bunch of open questions there.