Define custom work item MyWorkItem
It is necessary to create a custom work item if using a custom work queue.
Before you begin
Procedure
- Open Guidewire Studio.
- In the Studio Project window, expand .
- Right-click Entity and select .
-
Enter the following information in the Entity dialog and click OK.
Entity
MyWorkItem
Entity Type
Entity
Description
Custom work item
Type
keyable
Note: See Considerations for developing a custom work queue for a discussion as to why Guidewire recommends the use ofsoftentityreferenceinstead offoreignkeyhere.For all other fields, accept that dialog defaults.
-
Using the add functionality at the top of the left-hand column (the plus sign), add the following subelements
to the MyWorkItem entity.
Element
Element attribute
column
- name – Activity
- type – softentityreference
- nullok – false
implementsEntity
- name – Workitem
What to do next
To use this custom work item, implement custom work queue MyActivitySetEscalationWorkQueue as defined
in Implement custom work queue MyActivitySetEscalationWorkQueue.
