Forum Discussion
@tlikarish i have a parent pipe line which which will browse the sftp location and send this information to the child pipe line. Child pipe line will read the file and generates the XML and sends this XML to other system using the rest post snap. So if rest post snap fails then i want snap label and snap instance id of the rest post snap. I will send this information to the global error handler pipe line. Global error pipe line will send this information in an email.
- tlikarish5 years agoEmployee
Would adding a Mapper with pass through selected work for you? You’d add the audit information like this where the Snap label is manually set. The
snap.instanceId
refers to the mapper, but you could easily find the upstream snap from there. Thepipe.ruuid
may also be useful to include and you could even pass on a uri to include that could link back to the pipe execution for debugging.