WorkflowData Class

Scanjour Workflow4 Reference Manual
Data from the workflow instance register.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.BaseWorkflowData

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class WorkflowData

The WorkflowData type exposes the following members.

Constructors

  NameDescription
Public methodWorkflowData
Initializes a new instance of the WorkflowData class
Top
Properties

  NameDescription
Public propertyAccess
The access restriction
Public propertyDescription
The workflow description
Public propertyDueDate
The workflow end date
Public propertyDurationUnit
The process duration unit
Public propertyFileClass
The file class.
Public propertyImportance
The importance of the workflow
Public propertyInstanceId
The instance id for the workflow.
Public propertyInstanceKey
The OData ID of the instance
Public propertyNearDuration
The process nearduration percentage.
Public propertyOwner
The workflow instance owner
Public propertyOwnerOu
The workflow instance owner department.
Public propertyPackageId
The package id for the workflow.
Public propertyPackageVersion
The package version.
Public propertyPhaseLabel
The workflow phase label.
Public propertyPluginAssembly
The name of the assembly containing the plugin.
Public propertyPluginInterface
The name of the interface implemenetd by the plugin.
Public propertyProcessId
The process id for the workflow.
Public propertyProcessName
The process name
Public propertyProcessType
The process type
Public propertyRegisterKey
The register key.
Public propertyRegisterName
The register name.
Public propertyRootId
The instance id for the root workflow.
Public propertyRootKey
The OData ID of the root instance
Public propertyServiceId
The Service id if the process is a service process.
Public propertyStartDate
The workflow start date
Public propertyTaskLabel
The workflow task action label.
Public propertyTitle
The workflow title
Public propertyWorkflowId
The instance id for the workflow.
Public propertyWorkflowStatus
The process instance status.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference