A unique identifier for a compiled (transferred) workflow definition. The Process Engine assigns this
property's value after a workflow definition is transferred to the Process Engine server
(either via the Process Designer application or the filenet.vw.api.VWSession interface's transfer method).
Namespace:
FileNet.Api.EventsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property VWVersion As String |
C# |
---|
string VWVersion { get; set; } |
Visual C++ |
---|
property String^ VWVersion { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_vwVersion(); function set_vwVersion(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: true
IsOrderable: true
IsSearchable: true
IsValueRequired: true
MaximumLengthString: 255
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ