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

Expression in Follow-Up-Date for Tasks is not resolved

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Duplicate
    • Icon: L3 - Default L3 - Default
    • None
    • 7.2.0
    • engine

      I have a simple one-step process that creates a user task (see attached bpmn file). For the user task, I have set expressions for both the due date and the follow-up-date like so:

      camunda:dueDate="${dueDate}" camunda:followUpDate="${followUpDate}"

      I deploy the process in a WAR on Wildfly 8.2.0. Afterwards, I start an instance of the process via camunda tasklist, providing values for "dueDate" and "followUpDate" via the generic task form (see attached screenshot).

      The process instance starts without errors, but in tasklist and in the database (we are using H2 in our development environment) I can see that the value for dueDate has been set, but not for the followUpDate (it has a "null" value).

      It seems that the expression is not resolved/applied to the followUpDate. What am I doing wrong?

      I am testing with version 7.2.0 of the open source edition.

        This is the controller panel for Smart Panels app

          1. genericTaskForm.PNG
            25 kB
            Sven Jörges
          2. test-process.bpmn
            3 kB
            Sven Jörges

              smirnov Roman Smirnov
              joerges@gfi.ihk.de Sven Jörges
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: