FME Server Topic
The FME Server Topic trigger sends messages generated from FME Server Notification Service Topics.
The FME Server Topic trigger has two output ports. The success port (✔) can send a message if the trigger fails. The failure port (x) can send a message if the trigger succeeds.
Note: Use the Topic trigger only to initiate a workflow, or a portion of a workflow. It is otherwise not necessary to explicitly define topics for a workflow to run.
Parameters
Note: See also Working with Parameters in Automations Workflows.
- Topics: Select the topic(s) you want to send messages.
Output Keys
See Also
Accessing Topic Messages
FME Server topics store incoming messages as JSON-formatted strings. If a topic message was generated as plain text, it is stored under the keyword subscriber_content. If a topic message was generated as JSON, it is stored under the applicable JSON key.
Other Keys
Key | Description |
---|---|
time |
Event time |
source | Event type |
error.type |
(Failure port only) Error type:
|
error.message | (Failure port only) Error message |