Data from the workflow instance register.
Inheritance Hierarchy
Scanjour.Workflow4.BaseWorkflowData
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The WorkflowData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WorkflowData | Initializes a new instance of the WorkflowData class |
Properties
| Name | Description | |
|---|---|---|
| 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
| |
| 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
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also