Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2890

Reminder repeat attribute set via expression or variable

XMLWordPrintable

    • Icon: Patch Patch
    • Resolution: Done
    • Icon: Major Major
    • jBPM 4.4
    • jBPM 4.3
    • Runtime Engine
    • None

      In task reminder it is not possible to use variables in repeat attribute, because it is not parsed, e.g.:

      <task assignee="${user}" g="224,236,193,52" name="myTask">
      <reminder duedate="#

      {myTask_duedate}

      " template="my-mail-template" repeat="#

      {myTask_repeat}

      " />
      <transition to="nextStep"/>
      </task>
      The solution here is to parse expression when timer (TimerImpl) is created
      See patch attached.

            swiderski.maciej Maciej Swiderski (Inactive)
            psenicka1301 Macko Usko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: