cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Retrieve the details of executing pipelines in another pipeline as an input

Himani
New Contributor

The purpose is to create a logging pipeline that stores the info of executing pipeline in a file format.

Logging pipeline shall receive the following as inputs

  • Executing master pipeline name (required)
  • Executing master pipeline Id (required )
  • Execution Id (required )
  • Log Type (optional)
  • Log Category (optional)
  • Log Message (optional)

Logging pipeline shall log messages to a file

1 REPLY 1

pmancevski
New Contributor III

Hi @Himani,

In my opinion the easiest way to achieve this is to have โ€œLogging pipelineโ€ and with โ€œPipeline executeโ€ snap to pass the following parameters:

  1. pipe.label (Executing master pipeline name)
  2. pipe.instanceId (Executing master pipeline Id)
  3. pipe.ruuid (Execution Id)

image

Settings for pipeline execute snap:

image

If you need to customize optional message some how, simply add mapper before pipeline execute.

If you need more information about โ€œPipeline Functions and Propertiesโ€, please check SnapLogic documentation:
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439352/Pipeline+Functions+and+Properties

Thanks,
Pero M.