Workflow
In Workflow view are shown the registered workflows. In this view the user can register new workflows and view or modify existing workflow process instances.
Workflow are shown in a table structure.
Process ID |
Process Name |
Version |
Action |
Description:
Property | Description |
---|---|
Process ID |
Each workflow has an unique Process ID. |
Process Name |
The workflow Process Name is set into the workflow process definition. The workflow process definition is an XML. In the first tag is set the Process Name. <?xml version="1.0" encoding="UTF-8"?> <process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="purchase"> ... </process-definition> |
Version |
Workflow version. When is a new workflow is registered, if exists a previous workflow with the same Process Name, then the version will be increased in one unit. |
Actions |
Available actions:
|
Register workflow
- On the right bottom, select the .par file ( workflow file type ).
- Click Register process definition button.