-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
- there exists a Java Api (corresponding to "RuntimeService#startProcessInstance()") to start a new instance of a case (for example "CaseService#startCaseInstance()")
- starting a new instance behaves like it is described in the specification of CMMN:
- the case instance makes a transition into the "Active"-State
- "ChildActivities" (ie. currently only Stages and HumanTasks) of the case will be created and they are "Available", afterwards they move into the "Enabled"-State (current limitation: there does not happen any check whether the entry criterias - sentries - are satisfied, or the manual activiation is equal to false)
- expose the new Java Api in the REST Api