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

Null pointer exception when pass null as variables

    XMLWordPrintable

Details

    Description

      What are the steps to reproduce your problem?
      Subscribe to a topic and pass null value as a variables:

          client.subscribe(EXTERNAL_TASK_TOPIC_FOO)
            .variables(null)
            .handler(handler)
            .open();
      

      What is the problem?
      NullPointerException is thrown.

      What would be the expected behavior:
      Thrown a proper exception or ignore the variables parameter.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              yana.vasileva Yana Vasileva
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce