Data contract for retrieving smart task information
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.EntitiesInstanceInformation
Scanjour.Workflow4.Web.Services.EntitiesSmartTaskInformation
Namespace: Scanjour.Workflow4.Web.Services.Entities
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The SmartTaskInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SmartTaskInformation | Initializes a new instance of the SmartTaskInformation class |
Properties
Name | Description | |
---|---|---|
Access |
Contains the User Task access restriction.
| |
ActivityVersion |
The Activity library version.
(Inherited from InstanceInformation.) | |
Actor |
Gets or sets the actor
| |
ActorName |
Gets or sets the actor name
| |
ActorNameCode |
Gets or sets the actor name code
| |
ActorNameType |
Gets or sets the actor name type
| |
CaseClosed |
Case closed flag
| |
CaseNo |
Gets or sets the case number.
| |
CaseTitle |
Gets or sets the case title.
| |
Comment |
Gets or sets the comment.
| |
Data |
Dictionary with extra information on usertask (used for customizations)
| |
Description |
Gets or sets the workflow description
(Inherited from InstanceInformation.) | |
DueDate |
Gets or sets the deadline.
| |
EffectiveUserWritePermission |
The users update access code
| |
EffectiveWritePermission |
The case update code.
| |
HasAccess |
True if the current user has permissions to update the usertask
| |
InstanceDueDate |
Gets or sets the instance deadline
(Inherited from InstanceInformation.) | |
InstanceIdentity |
Gets or sets the instance identity.
(Inherited from InstanceInformation.) | |
InstanceTitle |
Gets or sets the workflow title
(Inherited from InstanceInformation.) | |
IsNotification |
Gets or sets a value indicating whether smart task is a notification.
| |
Labels |
Labels for process.
| |
LabelsEnabled |
Labels for process available.
| |
NearDueDate |
Gets or sets the near due date.
| |
OfficerName |
Gets or sets the case officer name
| |
OwnerName |
Gets or sets the owner
(Inherited from InstanceInformation.) | |
OwnerNameCode |
Gets or sets the owner name code
(Inherited from InstanceInformation.) | |
Properties |
Gets or sets the properties.
| |
Register |
Gets or sets the register.
(Inherited from InstanceInformation.) | |
RegisterSystemKey |
Gets or sets the system key.
(Inherited from InstanceInformation.) | |
Summary |
Contains user task title (instance.Title + (userTask.Title))
| |
TaskIdentity |
Gets or sets the task identity.
| |
TaskState_Value |
User Task state
| |
Updated |
Contains the time stamp for last update.
| |
UserTaskTitle |
Gets or sets the user task title.
| |
Version |
The workflow version
(Inherited from InstanceInformation.) |
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.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also