Create or update a TaskStatus entry in WzpUserTask
Inheritance Hierarchy
System.ActivitiesActivity
System.ActivitiesCodeActivity
Scanjour.Workflow4.ActivityLibrary.UserTasksTaskInfo
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly: Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The TaskInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TaskInfo |
Initializes a new instance of the TaskInfo class.
|
Properties
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | DisplayName | Gets 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.
|
![]() | Id | Gets 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
Name | Description | |
---|---|---|
![]() ![]() | 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
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | HideTaskStatus |
Sets show to false on a TaskStatus entry in WzpUserTask.
|
![]() | ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) |
![]() | ToString | (Inherited from Activity.) |
See Also