-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT:
- Import for running process instances is based on timestamp like the historic activity/process instance import
Context:
Right now, we check the entries in Elasticsearch for process instances docuements that don't have an end date and then fetch all process instances for those ids. However, we could simplify the import and just directly fetch the process instances from the engine sorting the entries by start time and then fetch a paged based on a certain timestamp like it is done for completed process instances.