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
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
If you want to start playing with Stardust and want to try out a few samples models in the [Eclipse Git].
+
If you want to start playing with Stardust you may want to try out a few samples models from the [http://git.eclipse.org/c/stardust/org.eclipse.stardust.examples.git/ Eclipse Git].
  
Find a short description of these models below
+
Find a short description of these models below. To download the models, just right-lick on the respective links an save the XPDL file.
  
 
{| border="1" cellspacing="0" cellpadding="5"
 
{| border="1" cellspacing="0" cellpadding="5"
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.  
+
| 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.
 
|-
 
|-
 
| [http://git.eclipse.org/c/stardust/org.eclipse.stardust.examples.git/plain/tutorials/modeling/CarRental.xpdl Car Rental]  
 
| [http://git.eclipse.org/c/stardust/org.eclipse.stardust.examples.git/plain/tutorials/modeling/CarRental.xpdl Car Rental]  
| A simple model for rental car management.  
+
| 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.
 
|}
 
|}

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