0 Replies Latest reply on Mar 16, 2008 1:19 PM by fang0x0

    how to check resolved variables scope.

    fang0x0

      Hi.

      I'm using VariablesContainer method getVariablesLocally on TaskInstance class.

      As I understand, variables scoping takes place, when calling this method. I.e. jbpm first check the taskInstance scope, then goes to the parent (Token perhaps).

      Now, how could I know, of what scope those variables were returned?
      Or, at least, is the variable truly local to that taskInstance?

      Thanks