Versions Compared

Key

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

In this Page

Table of Contents
maxLevel2
excludeAdditional Resources|Related Links|Related Information

args

DescriptionA map containing the pipeline Pipeline parameters
Syntax


Code Block
pipe.args[args]


Example

Expression: pipe.args

Result: Name/value pairs of all pipeline parameters


Expression: pipe.args["user"]

Result: Returns the value for the pipeline Pipeline parameter "user".

hostname

DescriptionThe hostname of the host running the pipelinePipeline.
Syntax


Code Block
pipe.hostname


Example

Expression: pipe.hostname

Result: The hostname where the Snaplex is running the pipelinePipeline.

instanceId

DescriptionThe UUID of the pipelinePipeline.
Syntax


Code Block
pipe.instanceId


Example

Expression: pipe.instanceId

Result: The alphanumeric ID for the pipeline Pipeline in the form of xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, such as 1df92262-6d8a-4be9-bd0f-904e3d54f091

...

DescriptionThe label of the pipelinePipeline. If used in a child pipelineChild Pipeline, it will return the child pipeline Child Pipeline information, not the parent level.
Syntax  


Code Block
pipe.label


Example

Expression: pipe.label

Result: Returns the name of the pipelinePipeline

parentRuuid

DescriptionThe runtime UUID of the parent pipelinePipeline. In a Child Pipeline execution, the parent ruuid refers to the ruuid of the Parent Pipeline execution.
Syntax


Code Block
pipe.parentRuuid


Example

Expression: pipe.parentRuuid

Result:

  • If no parent, it returns null.
  • If the pipeline Pipeline was started by a ForEach SnapPipeline Execute Snap, it returns the runtime uuid
    of the parent pipelineParent Pipeline.

plexPath

Description

The path of the Snaplex. Select the pipe.plexpath to get the path of current Snaplex.

Syntax


Code Block
pipe.plexPath


Example

Expression: pipe.plexPath

Result: /snaplogic/shared/cloud-dev

...

DescriptionThe path to the pipelinePipeline's project in SLFS.
Syntax


Code Block
pipe.projectPath


Example

Expression: pipe.projectPath

Result: /orgname/projects/projectname

...

DescriptionThe runtime Universal Unique Identifier of the Pipeline.
Syntax


Code Block
pipe.ruuid


Example

Expression: pipe.ruuid

Result: The Pipeline runtime ID is 61 characters in length.

startTime

DescriptionThe start time of the pipelinePipeline.
Syntax


Code Block
pipe.startTime


Example

Expression: pipe.startTime

Result: 2017-02-22T20:56:54.142 UTC

...