
|
The represents a single task to be performed by a human or an external application. |
 |
The represents a state for the process. |

|
The is where a process starts.
|
 |
The is where a process ends. |

|
The activates all outgoing links from this task upon completion. |
 |
The activates this task when all incoming links have been activated. |

|
The activates a number of outgoing links from this task upon completion.
|
 |
The activities this task when one or more incoming links are activated and there is no possibility for other links to be activated if the task continues to wait. |

|
The activates one outgoing link from this task upon completion.
|
 |
The activates this task each time an incoming link has been activated. |

|
The is a container for another YAWL process, and as such provides a decomposition mechanisms.
|
 |
The allows multiple instances of a task to run concurrently. The minimum and maximum number of instances, the threshold for completion and whether new instances can be created on the fly or not can be specified for this task. |

|
In a , all elements within the dotted region are deactivated upon task activation. Workflow designers can thus specify cancellation of single tasks up to whole processes. |
|
|