From 38a826e6e2da758f31fae06e982418207057474b Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Mon, 13 May 2024 16:02:29 +0200 Subject: [PATCH] docs(INTEGRATION_TEST): cover version chooser and problems panel (#4288) --- docs/.project/INTEGRATION_TEST.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/.project/INTEGRATION_TEST.md b/docs/.project/INTEGRATION_TEST.md index 2bdea75336..e11e4e57db 100644 --- a/docs/.project/INTEGRATION_TEST.md +++ b/docs/.project/INTEGRATION_TEST.md @@ -57,6 +57,17 @@ Based on the [test diagram](./test.bpmn.png): - [ ] Change task to Send Task; properties are kept - [ ] Change task to UserTask; implementation property is gone from XML (except Retry Time Cycle, Input/output Mapping and `asyncBefore`) +#### Version chooser + +- [ ] I can select the latest (alpha?) version of a diagram + - [ ] For Camunda 7, BPMN, validation works + - [ ] For Camunda 8, BPMN, validation works + +#### Problems panel + +- [ ] In a Camunda 8 BPMN the problems panel indicates missing implementation details +- [ ] In a Camunda 7 BPMN diagram the problems panel indicates missing HTTL (`Process > History time to live`) + #### DMN modeling - [ ] create a new DMN diagram