Jaber C. Mourad [http://community.jboss.org/people/newbeewan] created the 
discussion

"Access to variable via EL ?"

To view the discussion, visit: http://community.jboss.org/message/545813#545813

--------------------------------------------------------------
Hi,

As EL is relatively easy to use in Jbpm, is there some objects usable by 
default with EL ?

For exemple I need to access to some variable previously defined with an 
EventListener in a task and that data is used in an AssignementHandler, but I 
want to make it more generic that access to a specific variable in the Java 
code.
Is it possible to make something like that ?

     <assignment-handler expr="#{managerAssignementHandler}">
            <field name="employee">
                <string value="#{variables['lastAssignee']}" />
            </field>
        </assignment-handler>

Regards

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/545813#545813]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to