Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9570

Passing business key to Signal event via Java API

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Won't Fix
    • L2 - Critical
    • None
    • None
    • camunda.org
    • None

    Description

      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();

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce