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.Events
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also