Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1106441

Summary: Missing Web Service and REST service tasks in the BPMN Designer
Product: [Retired] JBoss BPMS Platform 6 Reporter: Ivo Bek <ibek>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED NOTABUG QA Contact: Marek Baluch <mbaluch>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.2Keywords: Regression
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-09 11:38:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Screenshot of the BPMN Designer none

Description Ivo Bek 2014-06-09 11:20:54 UTC
Created attachment 904614 [details]
Screenshot of the BPMN Designer

Description of problem:

As you can see on the attached screenshot, there are missing service tasks for REST and Web Services. If I remember correctly this is not the first time that they are not there.

CustomWorkItemHandlers.conf contains:
[
  "Log": new org.jbpm.process.instance.impl.demo.SystemOutWorkItemHandler(),
  "WebService": new org.jbpm.process.workitem.webservice.WebServiceWorkItemHandler(ksession),
  "Rest": new org.jbpm.process.workitem.rest.RESTWorkItemHandler()
]

and when I use them in my process, they work ... so the "only" problem is in the BPMN Designer that they cannot be added to the process definition.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Ivo Bek 2014-06-09 11:38:09 UTC
It is not a bug. For a new project it will generate right WorkDefinitions file. The problem was that we used old WorkDefinitions file where the service tasks were not defined.