4 Replies Latest reply on Feb 13, 2015 1:51 PM by swiderski.maciej

    Marshal method is called multiple times on a single user task

    melissa.ferenal

      Hi,

       

      I created my own marshalling class by implementing ObjectMarshallingStrategy  as suggested on this post How to persist session data.

       

      But when I execute a user task the marshal method is called multiples times which tries to insert the data multiple times as well.

       

      How can I limit the call to marshal to only once?