4 Replies Latest reply on Jun 2, 2006 4:44 AM by kukeltje

    Instantiation of  a deployed process from plain java Program

    sameer_ja1

      Hi,
      I have a jbpm process which is deployed in jboss server. Now i want to start a new instance of that process from standalone java program.
      How do I start it ?
      I check previous topics in this forum and there is mention of JbpmConfiguration.createJBPMContext. But I could not found any such method in that class.
      So kindly let me know how to get the jbpm context and start a new process instance from a plain java program.

      Thanks in advance,