Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-2019

[GSS] Add support ISO8601 expressions for user task notifications

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 7.5.0.GA
    • 7.2.1.GA
    • jBPM Core
    • CR1
    • +
    • 0
    • 0% 0%

    Description

      When a Human Task is pending to be submitted, you can define a "Notification" for sending a reminder to the user. The "Expires At" attribute a time definition when notification is triggered. The reminder will be sent every "Expires At" value until the Human Task is submitted.

      According to the documentation of JBoss BPMS 6 [1], you could specify the value "Expires At" for firing only once at a specific time using a ISO8601 pattern:

      ~~~
      PT2S - fires once after 2 seconds
      ~~~

      The problem is that it can not be used because in the TimeUtils the ISO8601 pattern is commented:

      ~~~
      // ISO 8601 compliant
      // private static final Pattern ISO8601 = Pattern.compile( "(P((\\d+)[Yy])?((\\d+)[Mm])?((\\d+)[Dd])?)?(T((\\d+)[Hh])?((\\d+)[Mm])?((\\d+)[Ss])?((
      d+)([Mm][Ss])?)?)?" );
      ~~~

      [1] https://access.redhat.com/documentation/en-us/red_hat_jboss_bpm_suite/6.4/html/user_guide/appe_process_elements#timing

      Attachments

        Issue Links

          Activity

            People

              rhn-support-tsurdilo Tihomir Surdilovic (Inactive)
              rhn-support-omolinab Oscar Molina
              Marian Macik Marian Macik
              Marian Macik Marian Macik
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: