-
Task
-
Resolution: Fixed
-
L3 - Default
-
7.3.0, 7.2.3
HistoricActivityInstance#getActivityType returns values that are deeply hidden in BpmnParse but documented nowhere.
Task:
1. Extract these types into constants of one interface/class
2. Make these constants available in a public API package
3. Add a link in the Javadoc of HistoricActivityInstance#getActivityType to these constants such that users know what can be returned; also correct the current Javadoc of that method