-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
Change
runtimeService.createProcessInstanceByKey("KEY").tenantId("TENANT").execute();
To
runtimeService.createProcessInstanceByKey("KEY").processDefinitionTenantId("TENANT").execute();
for a better understanding.