UserTask Class

User Task activity

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 UserTask : Activity
Inheritance
Object    Activity    UserTask

Constructors

UserTask Constructor for UserTask

Properties

Actions Gets or sets the actions.
ActionSecurity Gets or sets the execution security.
Actor Gets or sets the actor name key.
ActorType Gets or sets the actor type.
Attachments Gets or sets the attached documents.
CCActors Actors who wants to be informed about actions
CCEnabledActions The actions the CC actors want'sto be informed about.
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.
DueDateFormIdentity Gets or sets the form identity for a due date form.
Duration Gets or sets the duration period.
EnableAttachmentsSecurity Gets or sets the attachments security enabled flag.
EnableConditionalApproveAction Gets or sets the enable conditional approve
EnableParallelActivity Gets or sets the enable parallel activity
EnableRedirectAction Gets or sets the enable forward action.
EnableRejectToAction Gets or sets the enable reject to.
EnableResendAction Gets or sets the enable resend action.
EnableRolebasedPhases Gets or sets the flag indicating whether or not the user task should change phase in the phase process based on Actor roles.
EnableTerminateOnCancel Gets or sets the enable terminate on cancel.
EnableUpdateAction Gets or sets the enable reschedule.
ExitOnDueDate Gets or sets exit on due date.
ExitOnUpdate Gets or sets the flag indicating whether or not the user task should exit when an UPDATE bookmark is raised.
FormIdentity Gets or sets the form identity.
GroupIdentity Gets or sets the group identity.
IdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
Identity Gets or sets the identity.
IsNotification Gets or sets the is notification.
NearDueDate Gets or sets the near due.
NearDueDateFormIdentity Gets or sets the form identity for a near due date form.
NearDuration Gets or sets the near duration period.
PermissionCode The permission code of the user task
Properties Gets or sets the properties.
Response Gets or sets the response.
Show Gets or sets the flas indicating whether or not the user task is show in log.
Title Gets or sets the title.

Methods

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)
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