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

Improve variable support

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • None
    • Runtime Engine
    • None

      Hi,

      The JPDL variable element can be used to share info with a new process instance created in a process-state. Sometimes, it is interesting to set the value of a variable in the JPDL, for example:

      <process-state name="cms">
      ...
      <variable name="documentType" access="read" value="RTF" />
      ...
      </process-state>

      Currently, we have a ActionHandler that has been defined in the node-enter event. This ActionHandler puts the values in the variable map of the parent process instance, but the new feature can simplify it.

      Best regards.

            tom.baeyens Tom Baeyens (Inactive)
            eruiz_jira Enrique Ruiz (Inactive)
            Votes:
            3 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: