Click or drag to resize

SequenceDispatcherActivity Class

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_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.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 propertyDisplayNameGets 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 propertyIdGets 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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodShouldSerializeDisplayNameIndicates whether the DisplayName property should be serialized.
(Inherited from Activity)
Public methodToStringReturns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity)
Top
Extension Methods
See Also