-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Given
A line chart after the migration from 2.2 to 2.3. Point markers are visible in the chart
When
I edit the report and open the settings menu
Then
The Disable Point Markers option is checked although point markers are visible
Expected Behavior
The Disable Point Markers option is unchecked
Hint
The respective evaluation query response
{ "id" : "0fb3b111-352a-423a-921d-fe7bd79f0fe1", "name" : "Instance Duration Area Chart where x is not 5 or 6 and target Value > 10 sec", "lastModified" : "2018-12-10T16:05:06.323+0100", "created" : "2018-12-10T16:03:59.798+0100", "owner" : "demo", "lastModifier" : "demo", "combined" : false, "data" : { "parameters" : { "processPart" : null, "sorting" : null }, "processPart" : null, "configuration" : { "xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<bpmn:definitions xmlns:bpmn=\"http://www.omg.org/spec/BPMN/20100524/MODEL\" xmlns:bpmndi=\"http://www.omg.org/spec/BPMN/20100524/DI\" xmlns:di=\"http://www.omg.org/spec/DD/20100524/DI\" xmlns:dc=\"http://www.omg.org/spec/DD/20100524/DC\" xmlns:camunda=\"http://camunda.org/schema/1.0/bpmn\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" id=\"Definitions_0o9qzys\" targetNamespace=\"http://bpmn.io/schema/bpmn\" exporter=\"Camunda Modeler\" exporterVersion=\"2.0.1\">\n <bpmn:process id=\"branch_analysis_process\" name=\"Branch Analysis Process\" isExecutable=\"true\">\n <bpmn:startEvent id=\"StartEvent_1\" name=\"Create random x and start\">\n <bpmn:extensionElements>\n <camunda:executionListener event=\"end\">\n <camunda:script scriptFormat=\"groovy\">println \"sleep time $sleepTime ms\";\n\n\n\nexecution.setVariable('x', new Random().nextInt(10));\n\nprintln \"x: $x\";</camunda:script>\n </camunda:executionListener>\n </bpmn:extensionElements>\n <bpmn:outgoing>SequenceFlow_1k9gyvi</bpmn:outgoing>\n </bpmn:startEvent>\n <bpmn:exclusiveGateway id=\"ExclusiveGateway_031q6au\" default=\"SequenceFlow_0kug72i\">\n <bpmn:incoming>SequenceFlow_1k9gyvi</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_0kug72i</bpmn:outgoing>\n <bpmn:outgoing>SequenceFlow_1vx35az</bpmn:outgoing>\n </bpmn:exclusiveGateway>\n <bpmn:sequenceFlow id=\"SequenceFlow_1k9gyvi\" sourceRef=\"StartEvent_1\" targetRef=\"ExclusiveGateway_031q6au\" />\n <bpmn:sequenceFlow id=\"SequenceFlow_0kug72i\" sourceRef=\"ExclusiveGateway_031q6au\" targetRef=\"Task_1ii0j8x\" />\n <bpmn:endEvent id=\"EndEvent_1xw9n0h\" name=\"x [0,1,3]\">\n <bpmn:incoming>SequenceFlow_0aw0s36</bpmn:incoming>\n </bpmn:endEvent>\n <bpmn:sequenceFlow id=\"SequenceFlow_1af2tgg\" sourceRef=\"Task_1ii0j8x\" targetRef=\"Task_0upnv02\" />\n <bpmn:sequenceFlow id=\"SequenceFlow_1vx35az\" name=\"x > 3\" sourceRef=\"ExclusiveGateway_031q6au\" targetRef=\"Task_04m9iwc\">\n <bpmn:conditionExpression xsi:type=\"bpmn:tFormalExpression\">${x>3}</bpmn:conditionExpression>\n </bpmn:sequenceFlow>\n <bpmn:exclusiveGateway id=\"ExclusiveGateway_05qilyy\" default=\"SequenceFlow_0j7n2v7\">\n <bpmn:incoming>SequenceFlow_0w773ap</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_1iv0k2k</bpmn:outgoing>\n <bpmn:outgoing>SequenceFlow_0j7n2v7</bpmn:outgoing>\n </bpmn:exclusiveGateway>\n <bpmn:sequenceFlow id=\"SequenceFlow_1iv0k2k\" name=\"X == 5\" sourceRef=\"ExclusiveGateway_05qilyy\" targetRef=\"Task_0wtzc3m\">\n <bpmn:conditionExpression xsi:type=\"bpmn:tFormalExpression\">${x==5}</bpmn:conditionExpression>\n </bpmn:sequenceFlow>\n <bpmn:exclusiveGateway id=\"ExclusiveGateway_10u6jxf\">\n <bpmn:incoming>SequenceFlow_12eqs38</bpmn:incoming>\n <bpmn:incoming>SequenceFlow_0q90t3i</bpmn:incoming>\n <bpmn:incoming>SequenceFlow_1x8skm4</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_1az3j79</bpmn:outgoing>\n </bpmn:exclusiveGateway>\n <bpmn:sequenceFlow id=\"SequenceFlow_00k72sd\" sourceRef=\"Task_0wtzc3m\" targetRef=\"ExclusiveGateway_19sy74y\" />\n <bpmn:endEvent id=\"EndEvent_117c8ut\" name=\"x [2,5,8]\">\n <bpmn:incoming>SequenceFlow_1az3j79</bpmn:incoming>\n </bpmn:endEvent>\n <bpmn:sequenceFlow id=\"SequenceFlow_1az3j79\" sourceRef=\"ExclusiveGateway_10u6jxf\" targetRef=\"EndEvent_117c8ut\" />\n <bpmn:sequenceFlow id=\"SequenceFlow_0j7n2v7\" sourceRef=\"ExclusiveGateway_05qilyy\" targetRef=\"Task_1m59ujf\" />\n <bpmn:sequenceFlow id=\"SequenceFlow_1qk4p9g\" sourceRef=\"Task_1m59ujf\" targetRef=\"ExclusiveGateway_02bi0hi\" />\n <bpmn:scriptTask id=\"Task_1ii0j8x\" name=\"delay * 1\" scriptFormat=\"groovy\">\n <bpmn:incoming>SequenceFlow_0kug72i</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_1af2tgg</bpmn:outgoing>\n <bpmn:script>sleep(sleepTime);</bpmn:script>\n </bpmn:scriptTask>\n <bpmn:scriptTask id=\"Task_0wtzc3m\" name=\"delay * 1\" scriptFormat=\"groovy\">\n <bpmn:incoming>SequenceFlow_1iv0k2k</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_00k72sd</bpmn:outgoing>\n <bpmn:script>sleep(sleepTime);</bpmn:script>\n </bpmn:scriptTask>\n <bpmn:scriptTask id=\"Task_1m59ujf\" name=\"delay * 4\" scriptFormat=\"groovy\">\n <bpmn:incoming>SequenceFlow_0j7n2v7</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_1qk4p9g</bpmn:outgoing>\n <bpmn:script>sleep(sleepTime*4);</bpmn:script>\n </bpmn:scriptTask>\n <bpmn:exclusiveGateway id=\"ExclusiveGateway_1lvpsuf\" default=\"SequenceFlow_0aw0s36\">\n <bpmn:incoming>SequenceFlow_0z111y4</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_0aw0s36</bpmn:outgoing>\n <bpmn:outgoing>SequenceFlow_0qnnjgs</bpmn:outgoing>\n </bpmn:exclusiveGateway>\n <bpmn:sequenceFlow id=\"SequenceFlow_0aw0s36\" sourceRef=\"ExclusiveGateway_1lvpsuf\" targetRef=\"EndEvent_1xw9n0h\" />\n <bpmn:sequenceFlow id=\"SequenceFlow_0qnnjgs\" name=\"x == 2\" sourceRef=\"ExclusiveGateway_1lvpsuf\" targetRef=\"Task_1mdlnzi\">\n <bpmn:conditionExpression xsi:type=\"bpmn:tFormalExpression\">${x==2}</bpmn:conditionExpression>\n </bpmn:sequenceFlow>\n <bpmn:sequenceFlow id=\"SequenceFlow_12eqs38\" sourceRef=\"Task_1mdlnzi\" targetRef=\"ExclusiveGateway_10u6jxf\" />\n <bpmn:scriptTask id=\"Task_1mdlnzi\" name=\"delay * 2\" scriptFormat=\"groovy\">\n <bpmn:incoming>SequenceFlow_0qnnjgs</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_12eqs38</bpmn:outgoing>\n <bpmn:script>sleep(sleepTime * 2);</bpmn:script>\n </bpmn:scriptTask>\n <bpmn:sequenceFlow id=\"SequenceFlow_0w773ap\" sourceRef=\"Task_04m9iwc\" targetRef=\"ExclusiveGateway_05qilyy\" />\n <bpmn:scriptTask id=\"Task_04m9iwc\" name=\" delay * 3 \" scriptFormat=\"groovy\">\n <bpmn:incoming>SequenceFlow_1vx35az</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_0w773ap</bpmn:outgoing>\n <bpmn:script>sleep(sleepTime * 3);</bpmn:script>\n </bpmn:scriptTask>\n <bpmn:exclusiveGateway id=\"ExclusiveGateway_02bi0hi\" default=\"SequenceFlow_1wtkjhi\">\n <bpmn:incoming>SequenceFlow_1qk4p9g</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_0q90t3i</bpmn:outgoing>\n <bpmn:outgoing>SequenceFlow_1wtkjhi</bpmn:outgoing>\n </bpmn:exclusiveGateway>\n <bpmn:sequenceFlow id=\"SequenceFlow_0q90t3i\" name=\"X == 8\" sourceRef=\"ExclusiveGateway_02bi0hi\" targetRef=\"ExclusiveGateway_10u6jxf\">\n <bpmn:conditionExpression xsi:type=\"bpmn:tFormalExpression\">${x==8}</bpmn:conditionExpression>\n </bpmn:sequenceFlow>\n <bpmn:sequenceFlow id=\"SequenceFlow_1wtkjhi\" sourceRef=\"ExclusiveGateway_02bi0hi\" targetRef=\"Task_1j3opp7\" />\n <bpmn:endEvent id=\"EndEvent_12s0jxo\" name=\"x [4,6,7,9]\">\n <bpmn:incoming>SequenceFlow_1sy1smu</bpmn:incoming>\n </bpmn:endEvent>\n <bpmn:sequenceFlow id=\"SequenceFlow_1sy1smu\" sourceRef=\"Task_1j3opp7\" targetRef=\"EndEvent_12s0jxo\" />\n <bpmn:scriptTask id=\"Task_1j3opp7\" name=\"delay % 5\" scriptFormat=\"groovy\">\n <bpmn:incoming>SequenceFlow_1wtkjhi</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_1sy1smu</bpmn:outgoing>\n <bpmn:script>sleep(sleepTime%4);</bpmn:script>\n </bpmn:scriptTask>\n <bpmn:sequenceFlow id=\"SequenceFlow_0z111y4\" sourceRef=\"Task_0upnv02\" targetRef=\"ExclusiveGateway_1lvpsuf\" />\n <bpmn:subProcess id=\"Task_0upnv02\">\n <bpmn:incoming>SequenceFlow_1af2tgg</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_0z111y4</bpmn:outgoing>\n <bpmn:sequenceFlow id=\"SequenceFlow_0l025gj\" sourceRef=\"StartEvent_1tr99we\" targetRef=\"IntermediateThrowEvent_14s4459\" />\n <bpmn:endEvent id=\"EndEvent_0navry4\">\n <bpmn:incoming>SequenceFlow_1bn18ya</bpmn:incoming>\n </bpmn:endEvent>\n <bpmn:sequenceFlow id=\"SequenceFlow_1bn18ya\" sourceRef=\"IntermediateThrowEvent_14s4459\" targetRef=\"EndEvent_0navry4\" />\n <bpmn:intermediateCatchEvent id=\"IntermediateThrowEvent_14s4459\" name=\"wait random seconds\">\n <bpmn:incoming>SequenceFlow_0l025gj</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_1bn18ya</bpmn:outgoing>\n <bpmn:timerEventDefinition>\n <bpmn:timeDuration xsi:type=\"bpmn:tFormalExpression\">${ duration }</bpmn:timeDuration>\n </bpmn:timerEventDefinition>\n </bpmn:intermediateCatchEvent>\n <bpmn:startEvent id=\"StartEvent_1tr99we\" name=\"start with a random number\">\n <bpmn:extensionElements>\n <camunda:executionListener event=\"start\">\n <camunda:script scriptFormat=\"groovy\">execution.setVariable('duration', 'PT' + new Random().nextInt(15) + 'S');</camunda:script>\n </camunda:executionListener>\n </bpmn:extensionElements>\n <bpmn:outgoing>SequenceFlow_0l025gj</bpmn:outgoing>\n </bpmn:startEvent>\n </bpmn:subProcess>\n <bpmn:boundaryEvent id=\"BoundaryEvent_0geopts\" name=\"escape after 9 seconds\" attachedToRef=\"Task_0upnv02\">\n <bpmn:outgoing>SequenceFlow_12a31vd</bpmn:outgoing>\n <bpmn:timerEventDefinition>\n <bpmn:timeDuration xsi:type=\"bpmn:tFormalExpression\">PT9S</bpmn:timeDuration>\n </bpmn:timerEventDefinition>\n </bpmn:boundaryEvent>\n <bpmn:sequenceFlow id=\"SequenceFlow_12a31vd\" sourceRef=\"BoundaryEvent_0geopts\" targetRef=\"ExclusiveGateway_19sy74y\" />\n <bpmn:exclusiveGateway id=\"ExclusiveGateway_19sy74y\">\n <bpmn:incoming>SequenceFlow_00k72sd</bpmn:incoming>\n <bpmn:incoming>SequenceFlow_12a31vd</bpmn:incoming>\n <bpmn:outgoing>SequenceFlow_1x8skm4</bpmn:outgoing>\n </bpmn:exclusiveGateway>\n <bpmn:sequenceFlow id=\"SequenceFlow_1x8skm4\" sourceRef=\"ExclusiveGateway_19sy74y\" targetRef=\"ExclusiveGateway_10u6jxf\" />\n </bpmn:process>\n <bpmndi:BPMNDiagram id=\"BPMNDiagram_1\">\n <bpmndi:BPMNPlane id=\"BPMNPlane_1\" bpmnElement=\"branch_analysis_process\">\n <bpmndi:BPMNShape id=\"_BPMNShape_StartEvent_2\" bpmnElement=\"StartEvent_1\">\n <dc:Bounds x=\"183\" y=\"102\" width=\"36\" height=\"36\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"160\" y=\"138\" width=\"83\" height=\"27\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNShape id=\"ExclusiveGateway_031q6au_di\" bpmnElement=\"ExclusiveGateway_031q6au\" isMarkerVisible=\"true\">\n <dc:Bounds x=\"269\" y=\"95\" width=\"50\" height=\"50\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"284\" y=\"73\" width=\"0\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1k9gyvi_di\" bpmnElement=\"SequenceFlow_1k9gyvi\">\n <di:waypoint x=\"219\" y=\"120\" />\n <di:waypoint x=\"269\" y=\"120\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"234\" y=\"99\" width=\"0\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNEdge id=\"SequenceFlow_0kug72i_di\" bpmnElement=\"SequenceFlow_0kug72i\">\n <di:waypoint x=\"319\" y=\"120\" />\n <di:waypoint x=\"376\" y=\"120\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"292.5\" y=\"99\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"EndEvent_1xw9n0h_di\" bpmnElement=\"EndEvent_1xw9n0h\">\n <dc:Bounds x=\"1055\" y=\"102\" width=\"36\" height=\"36\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"1053\" y=\"142\" width=\"40\" height=\"14\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1af2tgg_di\" bpmnElement=\"SequenceFlow_1af2tgg\">\n <di:waypoint x=\"476\" y=\"120\" />\n <di:waypoint x=\"559\" y=\"120\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"599.5\" y=\"99\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1vx35az_di\" bpmnElement=\"SequenceFlow_1vx35az\">\n <di:waypoint x=\"294\" y=\"145\" />\n <di:waypoint x=\"294\" y=\"318\" />\n <di:waypoint x=\"376\" y=\"318\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"264\" y=\"147\" width=\"25\" height=\"14\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"ExclusiveGateway_05qilyy_di\" bpmnElement=\"ExclusiveGateway_05qilyy\" isMarkerVisible=\"true\">\n <dc:Bounds x=\"519\" y=\"293\" width=\"50\" height=\"50\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"534\" y=\"271\" width=\"0\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1iv0k2k_di\" bpmnElement=\"SequenceFlow_1iv0k2k\">\n <di:waypoint x=\"569\" y=\"318\" />\n <di:waypoint x=\"607\" y=\"318\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"572\" y=\"297\" width=\"33\" height=\"14\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"ExclusiveGateway_10u6jxf_di\" bpmnElement=\"ExclusiveGateway_10u6jxf\" isMarkerVisible=\"true\">\n <dc:Bounds x=\"897\" y=\"293\" width=\"50\" height=\"50\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"803\" y=\"271\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_00k72sd_di\" bpmnElement=\"SequenceFlow_00k72sd\">\n <di:waypoint x=\"707\" y=\"318\" />\n <di:waypoint x=\"750\" y=\"318\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"715\" y=\"297\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"EndEvent_117c8ut_di\" bpmnElement=\"EndEvent_117c8ut\">\n <dc:Bounds x=\"1055\" y=\"300\" width=\"36\" height=\"36\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"1054\" y=\"340\" width=\"40\" height=\"14\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1az3j79_di\" bpmnElement=\"SequenceFlow_1az3j79\">\n <di:waypoint x=\"947\" y=\"318\" />\n <di:waypoint x=\"1055\" y=\"318\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"882\" y=\"297\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNEdge id=\"SequenceFlow_0j7n2v7_di\" bpmnElement=\"SequenceFlow_0j7n2v7\">\n <di:waypoint x=\"544\" y=\"343\" />\n <di:waypoint x=\"544\" y=\"448\" />\n <di:waypoint x=\"607\" y=\"448\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"504\" y=\"389.5\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1qk4p9g_di\" bpmnElement=\"SequenceFlow_1qk4p9g\">\n <di:waypoint x=\"707\" y=\"448\" />\n <di:waypoint x=\"839\" y=\"448\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"686\" y=\"427\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"ScriptTask_16ledop_di\" bpmnElement=\"Task_1ii0j8x\">\n <dc:Bounds x=\"376\" y=\"80\" width=\"100\" height=\"80\" />\n </bpmndi:BPMNShape>\n <bpmndi:BPMNShape id=\"ScriptTask_1ps7gkv_di\" bpmnElement=\"Task_0wtzc3m\">\n <dc:Bounds x=\"607\" y=\"278\" width=\"100\" height=\"80\" />\n </bpmndi:BPMNShape>\n <bpmndi:BPMNShape id=\"ScriptTask_0sl5wqv_di\" bpmnElement=\"Task_1m59ujf\">\n <dc:Bounds x=\"607\" y=\"408\" width=\"100\" height=\"80\" />\n </bpmndi:BPMNShape>\n <bpmndi:BPMNShape id=\"ExclusiveGateway_1lvpsuf_di\" bpmnElement=\"ExclusiveGateway_1lvpsuf\" isMarkerVisible=\"true\">\n <dc:Bounds x=\"897\" y=\"95\" width=\"50\" height=\"50\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"803\" y=\"73\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_0aw0s36_di\" bpmnElement=\"SequenceFlow_0aw0s36\">\n <di:waypoint x=\"947\" y=\"120\" />\n <di:waypoint x=\"1055\" y=\"120\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"882\" y=\"99\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNEdge id=\"SequenceFlow_0qnnjgs_di\" bpmnElement=\"SequenceFlow_0qnnjgs\">\n <di:waypoint x=\"922\" y=\"145\" />\n <di:waypoint x=\"922\" y=\"177\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"887\" y=\"145\" width=\"31\" height=\"14\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNEdge id=\"SequenceFlow_12eqs38_di\" bpmnElement=\"SequenceFlow_12eqs38\">\n <di:waypoint x=\"922\" y=\"257\" />\n <di:waypoint x=\"922\" y=\"293\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"818\" y=\"269\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"ScriptTask_08dypav_di\" bpmnElement=\"Task_1mdlnzi\">\n <dc:Bounds x=\"872\" y=\"177\" width=\"100\" height=\"80\" />\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_0w773ap_di\" bpmnElement=\"SequenceFlow_0w773ap\">\n <di:waypoint x=\"476\" y=\"318\" />\n <di:waypoint x=\"519\" y=\"318\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"442.5\" y=\"297\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"ScriptTask_0r18lod_di\" bpmnElement=\"Task_04m9iwc\">\n <dc:Bounds x=\"376\" y=\"278\" width=\"100\" height=\"80\" />\n </bpmndi:BPMNShape>\n <bpmndi:BPMNShape id=\"ExclusiveGateway_02bi0hi_di\" bpmnElement=\"ExclusiveGateway_02bi0hi\" isMarkerVisible=\"true\">\n <dc:Bounds x=\"839\" y=\"423\" width=\"50\" height=\"50\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"745\" y=\"401\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_0q90t3i_di\" bpmnElement=\"SequenceFlow_0q90t3i\">\n <di:waypoint x=\"889\" y=\"448\" />\n <di:waypoint x=\"922\" y=\"448\" />\n <di:waypoint x=\"922\" y=\"343\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"882\" y=\"423\" width=\"33\" height=\"14\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1wtkjhi_di\" bpmnElement=\"SequenceFlow_1wtkjhi\">\n <di:waypoint x=\"864\" y=\"473\" />\n <di:waypoint x=\"864\" y=\"522\" />\n <di:waypoint x=\"924\" y=\"522\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"760\" y=\"491.5\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"EndEvent_12s0jxo_di\" bpmnElement=\"EndEvent_12s0jxo\">\n <dc:Bounds x=\"1055\" y=\"504\" width=\"36\" height=\"36\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"1049\" y=\"544\" width=\"49\" height=\"14\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1sy1smu_di\" bpmnElement=\"SequenceFlow_1sy1smu\">\n <di:waypoint x=\"1024\" y=\"522\" />\n <di:waypoint x=\"1055\" y=\"522\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"920.5\" y=\"501\" width=\"90\" height=\"12\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"ScriptTask_1fg34oy_di\" bpmnElement=\"Task_1j3opp7\">\n <dc:Bounds x=\"924\" y=\"482\" width=\"100\" height=\"80\" />\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_0z111y4_di\" bpmnElement=\"SequenceFlow_0z111y4\">\n <di:waypoint x=\"809\" y=\"120\" />\n <di:waypoint x=\"897\" y=\"120\" />\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"SubProcess_0rab4qd_di\" bpmnElement=\"Task_0upnv02\" isExpanded=\"true\">\n <dc:Bounds x=\"559\" y=\"60\" width=\"250\" height=\"120\" />\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_0l025gj_di\" bpmnElement=\"SequenceFlow_0l025gj\">\n <di:waypoint x=\"624\" y=\"100\" />\n <di:waypoint x=\"670\" y=\"100\" />\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"EndEvent_0navry4_di\" bpmnElement=\"EndEvent_0navry4\">\n <dc:Bounds x=\"746\" y=\"82\" width=\"36\" height=\"36\" />\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1bn18ya_di\" bpmnElement=\"SequenceFlow_1bn18ya\">\n <di:waypoint x=\"706\" y=\"100\" />\n <di:waypoint x=\"746\" y=\"100\" />\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"IntermediateCatchEvent_08qhzzm_di\" bpmnElement=\"IntermediateThrowEvent_14s4459\">\n <dc:Bounds x=\"670\" y=\"82\" width=\"36\" height=\"36\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"659\" y=\"125\" width=\"59\" height=\"27\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNShape id=\"StartEvent_0yj8z3p_di\" bpmnElement=\"StartEvent_1tr99we\">\n <dc:Bounds x=\"588\" y=\"82\" width=\"36\" height=\"36\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"567\" y=\"125\" width=\"78\" height=\"27\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNShape id=\"BoundaryEvent_0yfh97e_di\" bpmnElement=\"BoundaryEvent_0geopts\">\n <dc:Bounds x=\"757\" y=\"162\" width=\"36\" height=\"36\" />\n <bpmndi:BPMNLabel>\n <dc:Bounds x=\"786\" y=\"203\" width=\"70\" height=\"27\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_12a31vd_di\" bpmnElement=\"SequenceFlow_12a31vd\">\n <di:waypoint x=\"775\" y=\"198\" />\n <di:waypoint x=\"775\" y=\"260\" />\n <di:waypoint x=\"775\" y=\"293\" />\n </bpmndi:BPMNEdge>\n <bpmndi:BPMNShape id=\"ExclusiveGateway_19sy74y_di\" bpmnElement=\"ExclusiveGateway_19sy74y\" isMarkerVisible=\"true\">\n <dc:Bounds x=\"750\" y=\"293\" width=\"50\" height=\"50\" />\n </bpmndi:BPMNShape>\n <bpmndi:BPMNEdge id=\"SequenceFlow_1x8skm4_di\" bpmnElement=\"SequenceFlow_1x8skm4\">\n <di:waypoint x=\"800\" y=\"318\" />\n <di:waypoint x=\"897\" y=\"318\" />\n </bpmndi:BPMNEdge>\n </bpmndi:BPMNPlane>\n </bpmndi:BPMNDiagram>\n</bpmn:definitions>", "excludedColumns" : [ ], "targetValue" : { "values" : { "dateFormat" : "seconds", "isBelow" : false, "target" : 10 }, "active" : true }, "alwaysShowTooltips" : false }, "processDefinitionKey" : "branch_analysis_process", "processDefinitionVersion" : "1", "filter" : [ { "type" : "variable", "data" : { "type" : "Integer", "name" : "x", "data" : { "operator" : "not in", "values" : [ "6", "5" ] } } } ], "view" : { "operation" : "avg", "entity" : "processInstance", "property" : "duration" }, "groupBy" : { "type" : "startDate", "value" : { "unit" : "hour" } }, "visualization" : "line" }, "reportType" : "process", "processInstanceCount" : 7487, "result" : { "2018-12-10T17:00:00.000+0000" : 5381, "2018-12-10T16:00:00.000+0000" : 5063, "2018-12-10T15:00:00.000+0000" : 5328, "2018-12-10T14:00:00.000+0000" : 5404, "2018-12-10T13:00:00.000+0000" : 4903, "2018-12-10T12:00:00.000+0000" : 4914, "2018-12-10T11:00:00.000+0000" : 5083, "2018-12-10T10:00:00.000+0000" : 16731, "2018-12-10T09:00:00.000+0000" : 4990, "2018-12-10T08:00:00.000+0000" : 5707 }, "resultType" : "map" }
This is the controller panel for Smart Panels app
- is related to
-
OPT-1705 Unable to edit report settings after migration
- Done