How to start a process from rule in BPMS 6 ?

Solution Unverified - Updated -

Issue

I want to start a process from the RHS of a rule. Something like this...

rule "Check Config"
    when
        not (ConfigCheck())
    then
                  startProcess("com.sample.DempProcess");
end

Here "com.sample.DempProcess" is the BPMN2 processID which I want to start. But "startProcess()" is not one of the "drools convenience methods". I cannot find the documentation or example on how to do this.

Environment

  • Red Hat JBoss BPM Suite
    • 6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content