Activity to dispatch message based on a sequence of dispatchers
Inheritance Hierarchy
System.ActivitiesActivity
Scanjour.Workflow4.ActivityLibrarySequenceDispatcherActivity
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The SequenceDispatcherActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SequenceDispatcherActivity |
Constructor
|
Properties
Name | Description | |
---|---|---|
![]() | 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
|
![]() | DisplayName | Gets 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.
|
![]() | Id | Gets 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
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) |
![]() | ToString | (Inherited from Activity.) |
See Also