6 Replies Latest reply on Nov 23, 2012 11:32 AM by artem.astafyev

    Set global variable for all process instances

    artem.astafyev

      Hi All,

       

      I want to set global variable that is available for all process instances. For example I want to expose some Spring bean to be available in MVEL expressions for Task parameters. Obviously this variable shouldn't be persisted with other variables but just be set each time new process is created or deserialized from persistent storage. What is the best way to do it in jBPM5?