SequentialUserTask Class

Scanjour Workflow4 Reference Manual
User Task activity
Inheritance Hierarchy

SystemObject
  System.ActivitiesActivity
    System.ActivitiesNativeActivity
      Scanjour.Workflow4.ActivityLibrary.UserTasksUserTaskBase
        Scanjour.Workflow4.ActivityLibrary.UserTasksSequentialUserTask

Namespace:  Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public sealed class SequentialUserTask : UserTaskBase

The SequentialUserTask type exposes the following members.

Constructors

  NameDescription
Public methodSequentialUserTask
Constructor for UserTaskSequential.
Top
Properties

  NameDescription
Public propertyActions
Gets or sets the actions.
(Inherited from UserTaskBase.)
Public propertyActionSecurity
Gets or sets the execution security.
(Inherited from UserTaskBase.)
Public propertyActors
Gets or sets the actor name keys.
Public propertyAttachments
Gets or sets the attached documents.
(Inherited from UserTaskBase.)
Public propertyBreakActions
Gets or sets the break actions.
Public propertyCCActors
Actors who wants to be informed about actions
Public propertyCCEnabledActions
The actions the CC actors want'sto be informed about.
Public propertyDisplayName
Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity.)
Public propertyDisplayOrderStep
Gets or sets the display order.
Public propertyDueDate
Gets or sets the deadline.
Public propertyDueDateFormIdentity
Gets or sets the form identity for a due date form.
Public propertyDuration
Gets or sets the duration period.
Public propertyEnableAttachmentsSecurity
Gets or sets the attachments security enabled flag.
(Inherited from UserTaskBase.)
Public propertyEnableConditionalApproveAction
Gets or sets the enable conditional approve
(Inherited from UserTaskBase.)
Public propertyEnableParallelActivity
Gets or sets the enable parallel activity
(Inherited from UserTaskBase.)
Public propertyEnableRedirectAction
Gets or sets the enable forward action.
(Inherited from UserTaskBase.)
Public propertyEnableRejectToAction
Gets or sets the enable reject to.
(Inherited from UserTaskBase.)
Public propertyEnableResendAction
Gets or sets the enable resend action.
(Inherited from UserTaskBase.)
Public propertyEnableRolebasedPhases
Gets or sets the flag indicating whether or not the user task should change phase in the phase process based on Actor roles.
Public propertyEnableTerminateOnCancel
Gets or sets the enable terminate on cancel.
(Inherited from UserTaskBase.)
Public propertyEnableUpdateAction
Gets or sets the enable reschedule.
(Inherited from UserTaskBase.)
Public propertyFormIdentity
Gets or sets the form identity.
(Inherited from UserTaskBase.)
Public propertyGroupIdentity
Gets or sets the group identity.
(Inherited from UserTaskBase.)
Public propertyId
Gets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity.)
Public propertyIsNotification
Gets or sets the is notification.
(Inherited from UserTaskBase.)
Public propertyNearDueDate
Gets or sets the near due.
Public propertyNearDueDateFormIdentity
Gets or sets the form identity for a near due date form.
Public propertyNearDuration
Gets or sets the near duration period.
Public propertyPermissionCode
Gets or sets the permission code.
(Inherited from UserTaskBase.)
Public propertyProperties
Gets or sets the properties.
(Inherited from UserTaskBase.)
Public propertyResponse
Private
Public propertyShow
Gets or sets the flas indicating whether or not the user task is show in log.
Public propertySteps
The submission steps contains information about each milestone in the submission
Public propertyTitle
Gets or sets the title.
(Inherited from UserTaskBase.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodShouldSerializeDisplayName
Indicates whether the DisplayName property should be serialized.
(Inherited from Activity.)
Public methodToString
Returns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity.)
Top
See Also

Reference