Public Properties

  Name Description
Public property EnableManualLaunch Indicates whether the workflow for subscription object can be launched manually (true) or not (false).
Public property IsolatedRegionNumber The unique ID number identifying this isolated region.
Public property PropertyMap A String holding a list of mappings between the properties of a versionable-related object and workflow data fields. For example, you might want to map a document's Creator property with Employee Name, if that data field exists in the workflow definition. The workflow data fields you specify in the property map must be designated as launch step parameters in the workflow definition.
Public property Subject The suggested subject prefix for the workflow subscription.
Public property VWVersion 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).
Public property WorkflowDefinition A WorkflowDefinition object representing the workflow definition associated with a workflow subscription.
Top

See Also