Passing business key to Signal event via Java API

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Won't Fix
    • Priority: L2 - Critical
    • None
    • Affects Version/s: None
    • Component/s: camunda.org
    • 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();

            Assignee:
            Unassigned
            Reporter:
            Anil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: