Click or drag to resize

WorkflowData Class

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: 24.5.0.0 (24.5.0.0)
Syntax
public class WorkflowData

The WorkflowData type exposes the following members.

Constructors
 NameDescription
Public methodWorkflowDataInitializes 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 propertyRowId The RowId (odata ID) the workflow 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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also