-
Feature Request
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
Feature Description:
- * given:
- I have created some process instance data, e.g. a bunch of process instances started, suspended, activated and completed
- when:
- I request the historic instance data sorted by modification date
- then:
- I get the historic process instances
- each entry contains the date of its last modification
- such that:
- Optimize is able to import the historic process instance data in a way that can catch changes in the process instance state (e.g. a suspension of the process instance).
AT's:
- the historic process instance table stores the last modification date
- whenever there's a change of the process instance change, it's persisted to the database (e.g. suspension, activation)
- the modification date feature works for batch operations as well
- the historic process instance endpoint adds the modification date to the response
- there is an index on the modification date that allows fast sorting and retrieval of the historic process instances
- Backported to all maintained versions
This is the controller panel for Smart Panels app
[CAM-11898] Historic process instances contain modification date
Fix Version/s | New: 7.11.x [ 15373 ] | |
Fix Version/s | New: 7.12.x [ 15531 ] | |
Fix Version/s | New: 7.14.0 [ 16004 ] | |
Fix Version/s | New: 7.13.x [ 16005 ] |
Mentioned Roles |
Mentioned Groups |
Fix Version/s | Original: 7.11.x [ 15373 ] | |
Fix Version/s | Original: 7.12.x [ 15531 ] | |
Fix Version/s | Original: 7.14.0 [ 16004 ] | |
Fix Version/s | Original: 7.13.x [ 16005 ] |
Labels | New: Potential_for_7.14 |
Description |
Original:
*Feature Description:*
* * given: ** I have created some process instance data, e.g. a bunch of process instances started, suspended, activated and completed * when: ** I request the historic instance data sorted by modification date * then: ** I get the historic process instances ** each entry contains the date of its last modification * such that: ** Optimize is able to import the historic process instance data in a way that can catch changes in the process instance state (e.g. a suspension of the process instance). *AT's:* * the historic process instance table stores the last modification date * whenever there's a change of the process instance change, it's persisted to the database (e.g. suspension, activation) * the modification date feature works for batch operations as well * the historic process instance endpoint adds the modification date to the response * there is an index on the modification date that allows fast sorting and retrieval of the historic process instances |
New:
*Feature Description:*
* * given: ** I have created some process instance data, e.g. a bunch of process instances started, suspended, activated and completed * when: ** I request the historic instance data sorted by modification date * then: ** I get the historic process instances ** each entry contains the date of its last modification * such that: ** Optimize is able to import the historic process instance data in a way that can catch changes in the process instance state (e.g. a suspension of the process instance). *AT's:* * the historic process instance table stores the last modification date * whenever there's a change of the process instance change, it's persisted to the database (e.g. suspension, activation) * the modification date feature works for batch operations as well * the historic process instance endpoint adds the modification date to the response * there is an index on the modification date that allows fast sorting and retrieval of the historic process instances * Backported to all maintained versions |
Mentioned Roles |
Mentioned Groups |
Labels | Original: Potential_for_7.14 |