0 Replies Latest reply on Oct 7, 2009 5:18 AM by newcomer1

    Jbpm 4.1 ProcessEngine.execute() / CommandService

    newcomer1

      How can one access the commandservice to execute custom commands in JBpm 4? The ProcessEngine interface has a execute() method that tries to get the "user.command.service" wiredefinition (which is null by default), so the question is: what is the best practice to run custom commands in JBpm 4? Am I missing something obvious in my configuration?

      I'm using a Spring setup.