Class: WorkItemFullReference

tibco.objectapi.ec.base.WorkItemFullReference

new WorkItemFullReference()

A Work Item Reference including both the Work Item Id, and Process Instance Id, and Application Activity Instance Id used to correlate the Work Item with its parent entity. Constructs a new WorkItemFullReference.

The following features are supported:

Extends

Members

applicationActivityInstanceId :string

The Application Activity Instance Id of the Task which this Work Item originates from. This property holds the value of the 'Application Activity Instance Id' attribute.
Type:
  • string

instanceId :string

The Process Instance Id that this Work Item is part of This property holds the value of the 'Instance Id' attribute.
Type:
  • string

workItemId :string

The Id of this Work Item This property holds the value of the 'Work Item Id' attribute.
Type:
  • string
Inherited From: