Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Stardust/Knowledge Base/Sample Models"

m
 
Line 8: Line 8:
 
! Description  
 
! Description  
 
|-
 
|-
| [http://git.eclipse.org/c/stardust/org.eclipse.stardust.examples.git/plain/tutorials/support-case/dat/ACMEWorkflowModel.xpdl ACME Support Model]  
+
| [http://git.eclipse.org/c/stardust/org.eclipse.stardust.examples.git/plain/tutorials/support-case/src/main/resources/ACMEWorkflowModel.xpdl?h=development ACME Support Model]  
 
| Model for a simple support process used in the Stardust Getting Started Tutorial. The model is self-contained and would run on a generic Stardust environment without additional byte code, Camel configuration etc.
 
| Model for a simple support process used in the Stardust Getting Started Tutorial. The model is self-contained and would run on a generic Stardust environment without additional byte code, Camel configuration etc.
 
|-
 
|-

Latest revision as of 04:24, 9 January 2015

If you want to start playing with Stardust you may want to try out a few samples models from the Eclipse Git.

Find a short description of these models below. To download the models, just right-lick on the respective links an save the XPDL file.

Process Model Description
ACME Support Model Model for a simple support process used in the Stardust Getting Started Tutorial. The model is self-contained and would run on a generic Stardust environment without additional byte code, Camel configuration etc.
Car Rental A simple model for rental car management. The model is self-contained and would run on a generic Stardust environment without additional byte code, Camel configuration etc.

Back to the top