Bug 1139086 - Domain-specific task should be grouped according to category in the eclipse BPMN designer
Summary: Domain-specific task should be grouped according to category in the eclipse B...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Eclipse Tooling
Version: 6.0.2
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Kris Verlaenen
QA Contact: Jozef Marko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-08 03:13 UTC by ksuzumur
Modified: 2020-03-27 20:01 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 20:01:37 UTC
Type: Enhancement
Embargoed:


Attachments (Terms of Use)
Category8 with the Notification task in the editor. (153.32 KB, image/png)
2014-10-06 09:35 UTC, Marek Baluch
no flags Details

Description ksuzumur 2014-09-08 03:13:06 UTC
Description of problem:
Domain-specific task should be grouped according to category in the eclipse BPMN2 diagram editor.

Version-Release number of selected component (if applicable):
JBDS 7.1.1
JBPM 6.0.2

How reproducible:
Create a domain-specific language with "category" option.


Steps to Reproduce:
1. Create the following domain-specific language.
--------
import org.drools.core.process.core.datatype.impl.type.StringDataType;
[
// the Notification work item
[
"name" : "Notification",
"parameters" : [
"Message" : new StringDataType(),
"From" : new StringDataType(),
"To" : new StringDataType(),
"Priority" : new StringDataType(),
],
"displayName" : "Notification",
"icon" : "icons/notification.gif",
"category" : "Category8"
]
]
--------

2. Check the Pallet.

Actual results:
category option is ignored and grouped in "Custom Tasks".

Expected results:
category option is grouped according to the "category" option.

Additional info:

Comment 2 Marek Baluch 2014-10-06 09:32:55 UTC
Verified on JBDSIS 8.0.0.Alpha2

Comment 3 Marek Baluch 2014-10-06 09:35:01 UTC
Created attachment 944195 [details]
Category8 with the Notification task in the editor.


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