]
Charles Moulliard commented on DROOLS-181:
------------------------------------------
Code committed for Blueprint and allowing to create a runtimeManager with options empty,
default or defaultEmpty. Asset is passed as a parameter. A kieRuntimeManager session can
be created (using as parameter the reference of the runtimeManager) to start/stop
processes.
Example
{code}
<?xml version="1.0" encoding="UTF-8"?>
<blueprint
<kie:kruntimeManager id="emptyRuntimeManager"
type="empty"
asset="bpmn/EvaluationProcess.bpmn2"
assetType="BPMN2"/>
<kie:kruntimeManagerSession id="simpleSession"
kruntimeManager-ref="emptyRuntimeManager"/>
</blueprint>
{code}
Add to projects kie-spring, kie-aries-blueprint factorybeans to allow
to create RuntimeManager, RuntimeEngine
-------------------------------------------------------------------------------------------------------------
Key: DROOLS-181
URL:
https://issues.jboss.org/browse/DROOLS-181
Project: Drools
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Charles Moulliard
Assignee: Mark Proctor
Until now, it is not possible using spring or blueprint to create a
<kie:runtimemanager>
or
<kie:runtimeengine>
for BPMN(2)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: