Create Message
(CreateMessage)
Parameter |
Type |
Description |
Body |
StorageNode |
|
Connection Id |
String |
|
Partnership |
ESXPartnership |
|
Content Type |
String |
|
Filename |
String |
|
Environment |
String |
|
Subject |
String |
|
Message |
StorageNode |
|
SendMessage
This task is typically used in conjunction with the CreateMessage task. Together,
these tasks are used to generate and send an ECA message. The CreateMessage task
creates an ECA message based on the arguments passed into the task. It then stores
the resulting generated ECA message in a StorageNode as specified by its Message
output parameter. That output parameter is then typically used as the input
parameter to this task. The Channel parameter defines the ECA channel to which the
message will be sent.
Parameter |
Type |
Description |
Message |
StorageNode |
The location containing the ECA Message (generated by the
CreateMessage task) to be sent. |
Channel |
ChannelName |
The ECA channel to which the ECA message is to be sent. |