-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
- given:
- I'm on an abritrary Optimize page
- when:
- I open the “Analysis” Page
- then:
- I currently get a Warning in the log: 16:30:26.157 [qtp1928931046-109] WARN o.c.o.s.e.r.ProcessDefinitionReader - Could not find process definition xml with key [] and version []
- expected:
- now warning is showing up
Hint:
We load the flownode names for the process to display in the control panel. Before the user selects a process, the key and versions are empty strings. The request URL is POST http://localhost:3000/api/flow-node/flowNodeNames
Maybe we shouldn't load the flow nodes if the process definition hasn't been selected yet.