1 Reply Latest reply on May 2, 2006 6:15 PM by kukeltje

    Storing Serializable objects in ContextInstance -- VariableI

      I am trying to store serializable objects using contextInstance, e.g.
      contextInstance = processInstance.getContextInstance()
      contextInstance.setVariable("my serial object", myserializedobject);

      But when I reload the process, I don't see my serialized object. Am I missing anything?