3 Replies Latest reply on Nov 25, 2014 7:47 AM by zmor

    Task Variables

    zmor

      Hello,

      Process variables are accessed via ((WorkflowProcessInstanceImpl) processInstance).getVariables()

      I also need to have access to task variables, how can I get task variables (input and output) via java code?

       

      JBPM 6.1.0

       

      KM