Bug 1242854 - ⁠ 4.14.1.3. Creating a work item handler
Summary: ⁠ 4.14.1.3. Creating a work item handler
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Documentation
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: brms-docs@redhat.com
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-14 09:29 UTC by Abhijit humbe
Modified: 2020-03-27 19:08 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Build Name: 22833, User Guide-6.1 Build Date: 16-04-2015 12:07:42 Topic ID: 21927-710705 [Latest]
Last Closed: 2020-03-27 19:08:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Abhijit humbe 2015-07-14 09:29:34 UTC
Title: Creating a work item handler
As per section '4.14.1.3. Creating a work item handler', to register WorkItemHandler we have to modify "business-central.war/WEB-INF/classes/META-INF/CustomWorkItemHandlers.conf" file. But with BPMS 6.1 release this file is not shipped. 

Describe the issue:


Suggestions for improvement:


Additional information:
In BPMS 6.1 we can register WorkItemHadler through kmodule.xml or through kie-deployment-descriptor.xml. Registering WorkItemHandler through kmodule.xml is covered in documentation. Using kie-deployment-descriptor.xml we can register handler like as:

~~~~~
. . . 
<work-item-handler>
<resolver>mvel</resolver>
<identifier>new org.jbpm.process.workitem.rest.RESTWorkItemHandler("", "")</identifier>
<parameters/>
<name>Rest</name>
</work-item-handler>
. .. 
~~~~~


Note You need to log in before you can comment on or make changes to this bug.