Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DescriptionThe UUID of the Snap (not the runtime UUID of the pipelinePipeline, which is different).
Syntax


Code Block
snap.instanceId


Example

Expression: snap.instanceId

Result: The alphanumeric ID for the Snap in the form of xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

...

DescriptionLoads the original message (document) coming to the feedmaster FeedMaster when using an Ultra pipeline. This expression is usable only in Snaps inside an Ultra pipelinePipeline.
Syntax


Code Block
snap.original.load()


Example

Expressionsnap.original.load()

Result: The original content of the document, along with the entire request sent to the feedmaster.

...

DescriptionThe unique ID associated with the message (document) coming into the Ultra pipeline. This expression is usable only in Snaps inside an Ultra pipelinePipeline.
Syntax


Code Block
snap.original.id


Example

Expressionsnap.original.id

Result: Unique ID of the message of type String.

...