ParallelUserTask Class

Scanjour Workflow4 Reference Manual
User Task activity
Inheritance Hierarchy

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

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 ParallelUserTask : UserTaskBase

The ParallelUserTask type exposes the following members.

Constructors

  NameDescription
Public methodParallelUserTask
Constructor for ParallelUserTask.
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 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 propertyEnableTerminateOnCancel
Gets or sets the enable terminate on cancel.
(Inherited from UserTaskBase.)
Public propertyEnableUpdateAction
Gets or sets the enable reschedule.
(Inherited from UserTaskBase.)
Public propertyExitOnDueDate
Gets or sets exit on due date.
Public propertyExitOnThreshold
Gets or sets the exit on threshold.
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 propertyOptionalActors
Gets or sets the optional actor name keys.
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 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