SimpleDispatcherActivitySenderBehaviour Enumeration

Scanjour Workflow4 Reference Manual
Used for controlling the behavior of this activity.

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 enum SenderBehaviour
Members

  Member nameValueDescription
DoNothing0 The activity will retrieve a sender, but will not use it for sending messages nor for getting the message state. This is for test purposes only.
SendMessage1 The activity will retrieve a sender, and will ask the sender to send the message. The activity will not ask the sender to retrieve the message state. /// This is for test purposes only.
GetMessageState2 The activity will retrieve a sender, but will not ask the sender to send the message. The activity will ask the sender to retrieve the message state. This is used when the previous message state request returned an incomplete state.
SendMessageAndGetMessageState3 The activity will retrieve a sender, and will ask the sender to send the message. The activity will then ask the sender to retrieve the message state.
See Also

Reference