new WorkModelSpecification()
Specification of a work model, defining the input, output and inout paramaters defined by the model.
Constructs a new WorkModelSpecification.
Extends
Members
inouts :Array.<tibco.objectapi.common.datamodel.FieldType>
An array of parameters passed to/from a work item or page activity.
This property holds the value of the 'Inouts' containment reference list.
Type:
inputs :Array.<tibco.objectapi.common.datamodel.FieldType>
An array of parameters passed to a work item or page activity.
This property holds the value of the 'Inputs' containment reference list.
Type:
outputs :Array.<tibco.objectapi.common.datamodel.FieldType>
An array of parameters passed from a work item or page activity.
This property holds the value of the 'Outputs' containment reference list.