SendToMessageBus
Sends a message to the DPE MessageBus. The DPE MessageBus allows to exchange messages between participants.
Properties
Input
Name | Description |
---|---|
Message | The message to transmit. |
MessageType | How the message is to be interpreted:
|
Headline | Optional headline |
ToId | Restricts the delivery of the message to message bus clients with this Id. * means no restriction. |
ToMachine | Restricts the delivery of the message to message bus clients on this Machine. * means no restriction. |
ToUser | Restricts the delivery of the message to message bus clients with this User. * means no restriction. |
Simple Text Message Example
Decide about the recipients in ToId, ToMachine and ToUser.
OpenUrl Example
Scenario: start a workflow in ContentManager that imports an entry into DigaSystem and let the workflow ask for opening the entry in SubCip Editor
Precondition: add "Creator" and "CreatingComponent" to argument list
Also specify two helper variables
and assign machine to: parts.Length == 2 ? parts[0] : "*"