1 Reply Latest reply on Jan 9, 2006 10:19 PM by fmuhlenberg

    How to send parameters between nodes

    sanya_13

      Help me to solve such problem:

      I want to send from one node to other state some parameters.

      Example:

      "state_1" have variables in my Action class "varaibleA=java" and "variableB=best"

      Then when became active next node "state_2", in it`s action class I need to get values of variables varaibleA and variableB. But I didn`t find how to do it in JBPM documentation.

      I tried to add in process definition file in state_1 tag java But I didn`t find any way how to acces it.

      Please advise.