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

Expression Evaluation in ActionHandler Properties

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • None
    • Runtime Engine
    • None

      The parameters for an ActionHandler should be able to use expressions in it, so you could write

      <action class="...">
      <x>#

      {someObject.x}

      </x>
      </action>

      This could be done in the FieldInstatiator class (around line 67 we have "setPropertyValue(Class clazz, Object newInstance, String propertyName, Element propertyElement)"), but the execution context is not available there.

            Unassigned Unassigned
            aguizar_jira Alejandro Guizar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: