-
Bug Report
-
Resolution: Won't Fix
-
L2 - Critical
-
None
-
None
-
None
I am unable to pass business key to the start signal event using the java api.
Map<String, Object> variables = new HashMap<String, Object>();
variables.put("businessKey", businessKey);
runtimeService.createSignalEvent(taskId.trim()).setVariables(variables).send();