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

Capture runtime document in ultra pipeline for debugging purpose

eguo
Former Employee

Sometimes you want to capture input or output document of snaps at runtime in ultra pipeline for debugging purpose. Hereโ€™s a quick way:

  1. Donโ€™t use File Writer Snap as it break the lineage in ultra pipeline
  2. Use a Pipeline Execute Snap
  3. Send the logging content as one or multiple parameter to the child pipeline 01641b256168d54a86055435540b2051a59732ea.png
  4. Make sure the child pipeline do nothing heavy weight 275cf9724e00f6d631281600cfea984a5b7479e5.png
  5. Make sure set the child pipeline capture the parameter in question c3ba7169d98ae4f268d1c5374337edd9d1cec0fc.png
  6. View the captured parameter in Dashboard 336c05244ae651f372a801a3e441cb0e545e1580.png
  7. You can copy the captured parameter and paste it to a JSON pretty print tool for better viewing
5 REPLIES 5

Hi @krupalibshah, thank you for sharing the information about typical ESB system. Created this post as I solved a problem I had and like to share it with the community. Wasnโ€™t prepared to engaged into a conversation to either compare SL with ESB nor cover state management/error handling topic. In future, when I do have something worth to share on these topics, I will remember to link back to this thread.

Eddy