1 Reply Latest reply on Apr 27, 2007 1:37 PM by ricardomarques

    about jbpmcontext

    ricardomarques

      Hi all

      JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance();
      JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext();
      


      One thing that I don't understand, when I create a jbpm context, am I creating an engine instance, or connecting to one?


      Is the JbpmContext the only way to reach the engine?