1 Reply Latest reply on Oct 10, 2007 3:45 AM by marc321a

    handling jBPM variables

    nicos109

      Hello,

      I've done a "task-start" action in which I'm trying to set a variable of type List like this :

      executionContext.getContextInstance().setVariable("directions", directions);

      But when I try to get the variable from the xhtml file of the same node with #{var['directions']}, the variable is null


      Any ideas ?

      Thanks