new WorkItemHeader()
Main information about a work item used in a work list.
Constructs a new WorkItemHeader.
The following features are supported:
Extends
Members
description :string
Textual description of the work item.
This property holds the value of the 'Description' attribute.
Type:
- string
- Inherited From:
distributionStrategy :tibco.objectapi.brm.DistributionStrategy
Distribution strategy to be used for the work item - either OFFER or ALLOCATE.
This property holds the value of the 'Distribution Strategy' attribute.
Type:
- Inherited From:
endDate :Date
Date / time by which work on this work item must be completed.
This property holds the value of the 'End Date' attribute.
Type:
- Date
flags :tibco.objectapi.brm.WorkItemFlags
Various flags that can be set against a work item in a work list.
This property holds the value of the 'Flags' containment reference.
Type:
groupID :string
ID of the work group that the work item belongs to.
This property holds the value of the 'Group ID' attribute.
Type:
- string
- Inherited From:
itemContext :tibco.objectapi.brm.ItemContext
Context of the work item, as supplied by the application that scheduled the work item.
This property holds the value of the 'Item Context' containment reference.
Type:
name :string
Name of the work item.
This property holds the value of the 'Name' attribute.
Type:
- string
- Inherited From:
priority :number
Priority of the work item.
This property holds the value of the 'Priority' attribute.
Type:
- number
- Inherited From:
startDate :Date
Date / time from which work on this work item may start.
This property holds the value of the 'Start Date' attribute.
Type:
- Date