Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 How to Model a Simple Business Process in TIBCO Business Studio for Analysts : Adding Data to the Process

Adding Data to the Process
Key Points
Procedure
To add the data to the process, you must first define the required fields, then assign them to the user tasks.
 
Task A Define the Fields
1.
Click on the background of the Process Editor. The Properties tab at the base of the window displays the properties for the MotorClaims business process itself, rather than the properties for any element within it.
2.
In the Properties tab, click on Data Fields.
3.
Click the plus sign at the right of the Data Fields tab. A new field displays.
4.
5.
Change the Type to External Reference. This allows you to map the field to an object defined outside the process, in this case to a class in the business object model.
6.
Select the External Reference field. Because you specified External Reference in the Type field, a browse button becomes available. Click it.
7.
The Select Type dialog is displayed. Type g in the Select type box to narrow your search.
8.
Select the Generic Claim class and click OK.
9.
Fault claim data, mapped to the Fault claim class
No-fault claim data, mapped to the No fault claim class
10.
Click or press Ctrl+S to save the changes you have made to the project.
Task B Map the Fields to User Tasks
1.
In the Properties view for the Record fault claim details user task, click on Interface.
2.
Click the plus sign at the right of the Interface tab. The Select Data Field or Formal Parameter dialog displays.
3.
Select Fault claim data and press Add.
4.
Then select Generic claim data and press Add (alternatively you can multi-select and add both Fault claim data and Generic claim data at the same time).
5.
Press OK. This gives the Record fault claim details user task access to the data fields included in both the Generic claim and the Fault claim business objects; that is, to all the data about a fault claim.
6.
Similarly, for the Record no-fault claim details user task, add the same Generic claim data field, and also add the No-fault claim data field.
7.
Click or press Ctrl+S to save the changes you have made to the project.
Next Step
Defining an Organization Model for the Process

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved