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

Reminder repeat attribute set via expression or variable

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: