Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in header. Update DecisionTaskHandler config #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Red Had Process Automation Manager - Order Management Demo Repository
Red Hat Process Automation Manager - Order Management Demo Repository
=====================================================================


**Red Had Process Automation Manager** is the Business Process Management product from Red Hat, based on the open source project [jBPM](http://www.jbpm.org).
**Red Hat Process Automation Manager** is the Business Process Management product from Red Hat, based on the open source project [jBPM](http://www.jbpm.org).

This demo aims to show some of the core capabilities of this powerful product.

Expand Down Expand Up @@ -144,4 +144,4 @@ TODO
- documents
- signal
- compensation
- error handling
- error handling
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/kie-deployment-descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<work-item-handlers>
<work-item-handler>
<resolver>mvel</resolver>
<identifier>new org.jbpm.process.workitem.bpmn2.DecisionTaskHandler("com.demo", "order-management-dmn", "1.0.0-SNAPSHOT",15000)</identifier>
<identifier>new org.jbpm.process.workitem.bpmn2.DecisionTaskHandler("com.example", "order-management", "1.1-SNAPSHOT",15000)</identifier>
<parameters />
<name>DecisionTask</name>
</work-item-handler>
Expand Down