WorkflowData Class

Data from the workflow instance register.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public class WorkflowData
Inheritance
Object    WorkflowData

Constructors

WorkflowDataInitializes a new instance of the WorkflowData class

Properties

Access The access restriction
Description The workflow description
DueDate The workflow end date
DurationUnit The process duration unit
FileClass The file class.
Importance The importance of the workflow
InstanceId The instance id for the workflow.
InstanceKey The OData ID of the instance
NearDuration The process nearduration percentage.
Owner The workflow instance owner
OwnerOu The workflow instance owner department.
PackageId The package id for the workflow.
PackageVersion The package version.
PhaseLabel The workflow phase label.
PluginAssembly The name of the assembly containing the plugin.
PluginInterface The name of the interface implemenetd by the plugin.
ProcessId The process id for the workflow.
ProcessName The process name
ProcessType The process type
RegisterKey The register key.
RegisterName The register name.
RootId The instance id for the root workflow.
RootKey The OData ID of the root instance
RowId The RowId (odata ID) the workflow instance.
ServiceId The Service id if the process is a service process.
StartDate The workflow start date
TaskLabel The workflow task action label.
Title The workflow title
WorkflowId The instance id for the workflow.
WorkflowStatus The process instance status.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

See Also