-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
Currently, the caseService has many methods to create a case instance. To avoid more methods, the caseService should provide a builder. All existing methods should based on that builder.
caseService .createCaseInstanceByKey(key) .tenantId(tenant) .variables(vars) .start();