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

blank assignee expression should not make task assigned

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Won't Fix
    • L3 - Default
    • None
    • 7.6.0
    • engine
    • None

    Description

      If a task assignee is an expression, and that expression resolves to an empty string, then the task becomes assigned to "". I would like to write this:

      ${assignee_variable}
      

      Instead, I need to write:

      ${empty assignee_variable ? null : assignee_variable}
      

      This is surprising, and I can't think of a case where this is the desired behavior. An empty string should work as well as null to leave a task unassigned.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              kgeis Ken Geis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce