Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BPMN 2.0 Modeler » SubProcesses
SubProcesses [message #981209] Mon, 12 November 2012 08:37 Go to next message
Tom Kohler is currently offline Tom KohlerFriend
Messages: 12
Registered: October 2012
Junior Member
Hello,
I will use SubProcesses I cannot map the properties from the surrounding process to the sub process. Is this functionality still missing?

Thanks Thomas
Re: SubProcesses [message #985732 is a reply to message #981209] Thu, 15 November 2012 21:00 Go to previous messageGo to next message
Robert Brodt is currently offline Robert BrodtFriend
Messages: 811
Registered: August 2010
Location: Colorado Springs, CO
Senior Member

Hi Thomas,

I've created https://bugs.eclipse.org/bugs/show_bug.cgi?id=394423 to track this. Please verify and let me know if this is what you are seeing.

Bob
Re: SubProcesses [message #988995 is a reply to message #985732] Tue, 04 December 2012 08:26 Go to previous messageGo to next message
Tom Kohler is currently offline Tom KohlerFriend
Messages: 12
Registered: October 2012
Junior Member
Hello Bob,

I checked your description and it is correct.

Thanks Thomas
Re: SubProcesses [message #988998 is a reply to message #988995] Tue, 04 December 2012 09:03 Go to previous message
Tom Kohler is currently offline Tom KohlerFriend
Messages: 12
Registered: October 2012
Junior Member
Hello Bob,

I also tried an other scenario with SubProcesses:

1. Create a new Project and select "JBoss jBPM5 Business Process Engine" for BPMN2 Target Runtime.
2. Create a new BPMN2 Process file named processA.bpmn
3. DND a Start Event onto the canvas
4. DND a End Event onto the canvas
5. DND a Script Task onto the canvas
6. Open Script Task property view and add 'System.out.println("Hello");' to the Script Attribute
7. Create a SequenceFlow between Start - Script Task and ScriptTask - End
8. Create a new BPMN2 Process file named processB.bpmn
9. DND a Start Event onto the canvas
10. DND a End Event onto the canvas
11. DND a Call Activity onto the canvas
12. Edit Call Activity and select process as a type of callable element
13. Add the following parameter to the create new process dialog:
- id id of the processA
- name name of the processA

If you display the source code you see that a process object with id processA is created in the processB.bpmn file. If the process tag will be removed the modeller creates a UnresolvedReferenceException

How is it possible to refer a process which is design in its own file?

Thanks Thomas
Previous Topic:Generate Diagram from Model?
Next Topic:Error installing from 0.1.0 update site
Goto Forum:
  


Current Time: Fri Apr 19 04:25:33 GMT 2024

Powered by FUDForum. Page generated in 0.01733 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top