![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
A default process is automatically displayed in the Process Editor when you create the project that contains it. The MotorClaims process is empty. It contains only a Start event, an End event, and a sequence flow between them.
1. Click the Show Palette arrow at the top right-hand corner of the Process Editor to display the palette:
2. Click the Tasks drawer in the palette to open it.
3.
5.
6. On the canvas of the Process Editor, between the existing task and the End event, add two more User Tasks. Place one above the other, and call them Record fault claim details and Record no-fault claim details. Your process should now look like this.
7. Next, you will indicate the way that these tasks are connected. The result of the Specify claim type task is a decision whether the claim is a fault or a no-fault claim. If it is a fault claim, the Record fault claim details task is executed; otherwise, the Record no-fault claim details task is executed.You use a gateway to indicate this branching in the processing flow. Open the Gateways drawer in the palette and click on.
8. Position the pointer on the sequence flow to the right of the Specify Claim Type task and click to place the gateway. Call the gateway Fault claim?.
10. To delete the section of the process flow that runs between the two gateways, right-click on it and select Delete from the popup menu.
11. The flow of processing branches after the Fault claim? gateway, and one of the two paths must be designated as the default. Open the Connections drawer in the palette and click on the Default Flow tool.
12. Move your pointer to the Fault claim? gateway, click on it, drag the pointer over to the Record no-fault claim details task, and release it.
13.
14.
15. Draw a connection from the Fault claim? gateway to the Record fault claim details task, and type Yes in the Label field on the Properties tab.
16. Draw unconditional connections, using the Sequence Flow tool,from the two user tasks to the second gateway (End claim). Your process should now look like the following illustration.
17. Clickor press Ctrl+S to save the changes you have made to the project.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |