SequenceDispatcherActivity Class

Activity to dispatch message based on a sequence of dispatchers

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public sealed class SequenceDispatcherActivity : Activity
Inheritance
Object    Activity    SequenceDispatcherActivity

Constructors

Properties

AttachmentRecordIds Gets or sets the attachment record ids
Cancel True is CANCEL action is detected
CopyRecipientAddressKeys Gets or sets the copy recipient address keys
CustomDispatcherParameters Gets or sets dispatcher specific parameters
DispatcherException Gets or sets the Exception thrown in the SimpleDispatcherActivity
DispatcherIds Gets or sets the sequence id
DisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
ErrorAction Gets or sets ErrorAction returned from DispatcherActivity
ExternalMessageId The message id returned from the dispatcher in the MessageShipmentHandle. (Why do we need it).
Handle The shipment handle returned from the dispatcher.
HandleManual True if the smartpost is to be handled manually.
IdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
ParallelInfoId The user task info Id from the ParallelSequenceDispatcher
RecipientAddressKey Gets or sets the recipient address key
ResponsibleId The responcible person for sending the message. The receiver of any UserTask created.
Result Gets or sets the result of the SequenceDispatcherActivity
ShipmentInfo Gets or sets the record id
Subject Gets or sets the subject
UseParallelInfoId The the infoId from the ParallelSequenceDispatcher

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ShouldSerializeDisplayNameIndicates whether the DisplayName property should be serialized.
(Inherited from Activity)
ToStringReturns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity)

Extension Methods

See Also