Bug 864977

Summary: Send task does not contain property Operation which is required by BPMN2
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: Sona Mala <smala>
Component: jBPM 5Assignee: Kris Verlaenen <kverlaen>
Status: VERIFIED --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: BRMS 5.3.1CC: kverlaen
Target Milestone: ER4   
Target Release: BRMS 5.3.1 GA   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The Process Designer visual validation display incorrect error message for send tasks, this confused users about the state of the send task. This has be resolved by ensuring the incorrect validation errors no longer occur.
Story Points: ---
Clone Of: Environment:
Last Closed: 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 - validation result & property bar none

Description Sona Mala 2012-10-10 14:34:07 UTC
Created attachment 624921 [details]
Screenshot - validation result & property bar

Description of problem:
Send task has no property Operation even if the validator and BPMN 2 specification require it.

Version-Release number of selected component (if applicable):
BRMS 5.3.1 ER2, designer 2.3.1-DEV

How reproducible:


Steps to Reproduce:
1. create new process (start->send task->end)
2. validate
3. open property
  
Actual results:
the validator marks send task by alert "Send task has no operation" and in property bar  this property is missing.

Expected results:
the property bar for send task shows "Operation".

Additional info:

Comment 1 Tihomir Surdilovic 2012-10-11 23:39:06 UTC
operationRef is a property of the service task, not send task. the bpmn2 validator in designer was incorrectly validating send tasks. this is fixed in community, raise blocker flag if needs to be include in 5.3.1.

Comment 2 Tihomir Surdilovic 2012-10-17 14:46:19 UTC
Fix committed in Designer 2.3.x branch.

Comment 3 Sona Mala 2012-11-14 07:48:18 UTC
Verified for: EAP 5.1.2, deployable BRMS 5.3.1 ER4, designer 2.3.1-DEV

Validation does not show alert.