User Task activity
Inheritance Hierarchy
System.ActivitiesActivity
System.ActivitiesNativeActivity
Scanjour.Workflow4.ActivityLibrary.UserTasksUserTaskBase
Scanjour.Workflow4.ActivityLibrary.UserTasksSimpleUserTask
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 SimpleUserTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SimpleUserTask |
Initializes a new instance of the SimpleUserTask class.
|
Properties
Name | Description | |
---|---|---|
![]() | Actions |
Gets or sets the actions.
(Inherited from UserTaskBase.) |
![]() | ActionSecurity |
Gets or sets the execution security.
(Inherited from UserTaskBase.) |
![]() | Actor |
Gets or sets the actor.
|
![]() | ActorType |
Gets or sets the actor type.
|
![]() | Attachments |
Gets or sets the attached documents.
(Inherited from UserTaskBase.) |
![]() | CCActors |
Actors who wants to be informed about actions
|
![]() | CCEnabledActions |
The actions the CC actors wants to be informed about.
|
![]() | 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.
|
![]() | Duration |
Gets or sets the duration period.
|
![]() | EnableAttachmentsSecurity |
Gets or sets the attachments security enabled flag.
(Inherited from UserTaskBase.) |
![]() | EnableConditionalApproveAction |
Gets or sets the enable conditional approve
(Inherited from UserTaskBase.) |
![]() | EnableParallelActivity |
Gets or sets the enable parallel activity
(Inherited from UserTaskBase.) |
![]() | EnableRedirectAction |
Gets or sets the enable forward action.
(Inherited from UserTaskBase.) |
![]() | EnableRejectToAction |
Gets or sets the enable reject to.
(Inherited from UserTaskBase.) |
![]() | EnableResendAction |
Gets or sets the enable resend action.
(Inherited from UserTaskBase.) |
![]() | 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.
(Inherited from UserTaskBase.) |
![]() | EnableUpdateAction |
Gets or sets the enable reschedule.
(Inherited from UserTaskBase.) |
![]() | ExitOnUpdate |
Gets or sets the flas indicating whether or not the user task should exit when an UPDATE bookmark is raised.
|
![]() | FormIdentity |
Gets or sets the form identity.
(Inherited from UserTaskBase.) |
![]() | GroupIdentity |
Gets or sets the group identity.
(Inherited from UserTaskBase.) |
![]() | Id | Gets 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.
(Inherited from UserTaskBase.) |
![]() | Mandatory |
The Actor is a mandatory actor
|
![]() | NearDueDate |
Gets or sets the near due.
|
![]() | NearDuration |
Gets or sets the near duration period.
|
![]() | Properties |
Gets or sets the properties.
(Inherited from UserTaskBase.) |
![]() | 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.
(Inherited from UserTaskBase.) |
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) |
![]() | ToString | (Inherited from Activity.) |
See Also