SequenceDispatcherActivity Class

Scanjour Workflow4 Reference Manual
Activity to dispatch message based on a sequence of dispatchers
Inheritance Hierarchy

SystemObject
  System.ActivitiesActivity
    Scanjour.Workflow4.ActivityLibrarySequenceDispatcherActivity

Namespace:  Scanjour.Workflow4.ActivityLibrary
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 SequenceDispatcherActivity : Activity

The SequenceDispatcherActivity type exposes the following members.

Constructors

  NameDescription
Public methodSequenceDispatcherActivity
Constructor
Top
Properties

  NameDescription
Public propertyAttachmentRecordIds
Gets or sets the attachment record ids
Public propertyCancel
True is CANCEL action is detected
Public propertyCopyRecipientAddressKeys
Gets or sets the copy recipient address keys
Public propertyCustomDispatcherParameters
Gets or sets dispatcher specific parameters
Public propertyDispatcherException
Gets or sets the Exception thrown in the SimpleDispatcherActivity
Public propertyDispatcherIds
Gets or sets the sequence id
Public propertyDisplayName
Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity.)
Public propertyErrorAction
Gets or sets ErrorAction returned from DispatcherActivity
Public propertyExternalMessageId
The message id returned from the dispatcher in the MessageShipmentHandle. (Why do we need it).
Public propertyHandle
The shipment handle returned from the dispatcher.
Public propertyHandleManual
True if the smartpost is to be handled manually.
Public propertyId
Gets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity.)
Public propertyParallelInfoId
The user task info Id from the ParallelSequenceDispatcher
Public propertyRecipientAddressKey
Gets or sets the recipient address key
Public propertyResponsibleId
The responcible person for sending the message. The receiver of any UserTask created.
Public propertyResult
Gets or sets the result of the SequenceDispatcherActivity
Public propertyShipmentInfo
Gets or sets the record id
Public propertySubject
Gets or sets the subject
Public propertyUseParallelInfoId
The the infoId from the ParallelSequenceDispatcher
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