-
Type:
Task
-
Resolution: Unresolved
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: documentation, engine
The Javadoc for HistoricActivityInstance#isCompleteScope says:
Did this activity instance complete a BPMN 2.0 scope
It is not clear which of the following cases applies:
- This returns true for every activity instance where a token ends, e.g. every none end event (current behavior)
- This returns true for every activity instance that is the last instance in the containing scope, i.e. after which the containing scope is completed.
The Javadoc and REST API documentation should be more clear.