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