With the Java External Task Client, the 'withoutTenantId' flag is always set to true

XMLWordPrintable

      Steps to reproduce

      1. There exists a process definition with tenantId set to "foo" and an external task with the topic name "bar"
      2. There exists a process definition with tenantId set to null and an external task with the topic name "bar"
      3. For each process definition an instance is started, so that two external task instances with the topic name "bar" are available for being fetched
      4. The External Task Client subscribes to the topic name "bar" without any further filter criteria

      Observed behavior
      The handler is called only once, i. e. the external task without tenantId is fetched.

      Expected behavior
      The handler is called twice, i. e. the external tasks with and without tenantId is fetched.

      Hint

            Assignee:
            Unassigned
            Reporter:
            Tassilo Weidner-Mühl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: