JBoss - JBoss jbpm - getting started
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
JBoss jBPM Designer Getting Started Guide How to create your first process definition
1.0
Table of Contents
Target Audience (iii)
Preface (iv)
1.JBoss jBPM Designer Installation (1)
2.Your First JBoss jBPM Process:jBAY (9)
e the Creation Wizard to Create the jBAY Process (9)
2.2.Drawing the jBAY Process Definition (15)
3.Test Driven Process Development (19)
4.jBAY Revisited:Completing the Process with Actions (20)
Target Audience
All developers and process analists who are beginning to use JBoss jBPM should read this Getting Started guide.It will give them a jumpstart showing how to create a process definition.
Preface
This document introduces the use of the JBoss jBPM designer to create workflow processes.It will help first time users with the following tasks:
•Install the jBPM Designer Eclipse plugin available from the jBPM update site.
•Setup a new Eclipse project and using the creation wizard to create an empty process definition.
•Use the designer palette to draw the first processdefinition.
•Show how the xml processdefinition can be inspected as an xml file.
If you have questions,please feel free to contact Koen Aers or Tom Baeyens for more information.
1
JBoss jBPM Designer Installation The JBoss jBPM Designer comes as a plugin for the well-known Eclipse IDE.So a prerequisite to install the De-signer is of course that you have a version of Eclipse up and running.If you don't have an Eclipse copy,you can download it from .Having a copy of Eclipse up and running,you can use the built in plugin installation mechanism.
Figure1.1.Install1
Figure1.2.Install2
Figure1.3.Install3
Figure1.4.Install4
Figure1.5.Install5
Figure1.6.Install6
Figure1.7.Install7
Figure1.8.Install8
Figure1.9.Install9
Figure1.10.Install10
2
Your First JBoss jBPM Process:jBAY e the Creation Wizard to Create the jBAY Process
Follow the next steps to create a new process archive file.As you will see later this file contains the process defini-tion in the so-called process-definition.xml file as well as the graphical information needed to represent this process graphically in a file called process-diagram.xml.The*.par package format is a simple zip fille.Note that both the name of these two files as the package format of the process archive can and probably will change in the future.
Figure2.1.New Project1
Figure2.2.New Project2
Figure2.3.New Project3
Figure2.4.New Process1