3 Replies Latest reply on Jan 26, 2010 1:34 PM by steeqs4

    Disable persistence of large variables?

    steeqs4

      I have a synchronous process that invokes one web service to obtain a large file, then invokes another web service, passing in the large file.

      ODE very happily persists the file to the database - more than once, in fact.

      So I have two problems - one, the database size increases very rapidly, and two, the process is very slow.

      As far as I'm concerned if the process dies mid-way I don't want to re-try later. I don't want ODE to resubmit. I don't want ODE to save the large variable. Can I configure ODE the way I need it to work?

      Thanks, Martin