Dispatch a document to a dispatcher based on a dispatcher id.
Inheritance Hierarchy
System.ActivitiesActivity
System.ActivitiesActivityWithResult
System.ActivitiesActivityBoolean
System.ActivitiesNativeActivityBoolean
Scanjour.Workflow4.ActivityLibrarySimpleMassDispatcherActivity
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The SimpleMassDispatcherActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SimpleMassDispatcherActivity |
Constructor.
|
Properties
Name | Description | |
---|---|---|
BatchSize |
Size of the message batches to be processed in parallel.
| |
CustomDispatcherParameters |
Dispatcher specific parameters
| |
DispatcherId |
The ID of the dispatcher to use in the wzp_dispatcher register.
| |
DispatchException |
Any exception thrown from dispatcher.
| |
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) | |
EnableInfo |
Create and update info messages if true.
| |
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) | |
InfoId |
The user task info Id
| |
RequirePdfUa |
If true shipment will fail if pdf documents are note marked as pdf/ua
| |
Result | Gets or sets the result argument for the ActivityTResult. (Inherited from ActivityBoolean.) | |
ResultType | When implemented in a derived class, gets the type of an activity OutArgument. (Inherited from ActivityWithResult.) | |
Subject |
The subject to be used for sending the message to the recipient.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetContactData |
Returns all contacts identified by the address keys in the argument addressKeys
| |
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.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also