TaskInfo Class

Create or update a TaskStatus entry in WzpUserTask

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public sealed class TaskInfo : CodeActivity
Inheritance
Object    Activity    CodeActivity    TaskInfo

Constructors

TaskInfo Initializes a new instance of the TaskInfo class.

Properties

Action Gets or sets the action.
Actor Gets or sets the actor.
ActorType Gets or sets the actor type.
Arguments The arguments for the info message.
DisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
DisplayOrder Gets or sets the display order.
DueDate Gets or sets the deadline.
Enabled Activity is enabled if true.
Error Gets or sets the error type.
IdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
Identity Gets or sets the identity.
Info An info mesage.
Schedule The User Task schedule status.
Show True if the entry is shown in the user task history log.
State Gets or sets the task state

Methods

CreateOrUpdateTaskStatus(ActivityContext, String, String, InfoEnum, String, TaskState) Create or update a TaskStatus entry in WzpUserTask
CreateOrUpdateTaskStatus(ActivityContext, String, UserTaskActorType, Contact, DateTime, TaskSchedule, TaskState, String, InfoEnum, String, String, Boolean, Int32) Create or update a TaskStatus entry in WzpUserTask
CreateTaskStatus Create a TaskStatus entry in WzpUserTask
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
HideTaskStatus Sets show to false on a TaskStatus entry in WzpUserTask.
ShouldSerializeDisplayNameIndicates whether the DisplayName property should be serialized.
(Inherited from Activity)
ToStringReturns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity)

Extension Methods

See Also