Process Definition Language of agileflow

Source: Internet
Author: User

Generally, the workflow definition language is quite complex. For example, it takes about one week for a programmer to learn xpdl.
Master its general usage; in fact, for users, this complexity is not appropriate, users need a simple and easy
Understand the process definition language.
The Process Definition Language hpdl used by agileflow is very simple. Its goal is to allow you to master all of it within one hour.

The hpdl template is as follows:
<? XML version = "1.0" encoding = "gb2312"?>
<Processes>
<Process id = "" name = "">
<Activity id = "" name = "" correspondingsubprocessid = "" jointype = "And/XOR">
<Nextactivity id = "" drivetype = "manual/auto"/>
</Activity>
</Process>
</Processes>

Processes indicates multiple processes defined.
Process indicates a process.
Activity indicates an activity in the process.
Id indicates the workflow/activity definition ID.
Name indicates the process/activity name.
Correspondingsubprocessid indicates the definition ID of the sub-flow corresponding to the activity. If the sub-flow is not configured
Jointype can be set to and or XOR. The default value is and.
If the value is "and", it indicates that the activity can start only after the previous activities of the activity are completed.
If the value is XOR, it indicates that any previous activity of the activity is completed and the activity starts.
Nextactivity indicates the next activity of an activity, for example, activity a-> B. The ID of nextactivity of A is set to B.
Drivetype can be set to auto/maunal. The default value is auto.
If the value is auto, it means that when a is completed, B will start automatically
If the value is manual, it indicates that when a is complete, the manual drive must start from a --> B, B.

 

 


 

 

 

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.