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

Stunner - signal name cannot be dynamic

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 7.5.1.GA
    • 7.4.1.GA
    • jBPM Designer
    • Design a BPMN process throwing or catching signal

    • 2019 Week 41-43 (from Okt 7)

    Description

      The editor prevents the user to insert an expression containing mvel code:
      e.g.
      name-#

      {variableName}

      This is a really common usage pattern for signals!

      Acceptance Criteria

      Signal property in all signal events will support static, dynamic and combined expressions.

      Allowed characters are
      • a-z, A-Z, 0-9 and underscore "_"
      The following expressions are accepted:
      • static expressions
        • name
      • dynamic expressions
        • # {var}
        • # {obj.property}
        • # {object2.method(var, object3.var)}
        • etc.
      • combined expressions (connection of static and dynamic expression by hyphen "-", starting by static expression)
      • staticExpression-# {dynamicExpression}

      Nothing else is supported.

      Attachments

        Issue Links

          Activity

            People

              josephblt Wagner Lemos (Inactive)
              dmarrazz@redhat.com Donato Marrazzo
              Lubomir Terifaj Lubomir Terifaj
              Lubomir Terifaj Lubomir Terifaj
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: