Forum Discussion

SandeepVemula's avatar
SandeepVemula
Contributor
8 years ago

Preview of file when Input is sent Via Triggered Event

Hi,

Is there any way to Preview data when Pipeline Triggered externally. My pipline has Open Input and I want to see Preview at each snap when Pipeline is being called Via Task.

Thanks in Advance…!!

4 Replies

  • tstack's avatar
    tstack
    Former Employee

    It’s possible to capture the input and output of a Triggered Task that is invoked through the Cloud URL by enabling the ‘Debug’ mode in the Task settings. See the Debugging Mode section in the Triggered Task documentation.

    • SandeepVemula's avatar
      SandeepVemula
      Contributor

      @tstack, So this are stored in SLDB I guess. This option works. But we have a scenario to give a demo by Triggering task from External source and show the data in Pipeline at different Snaps.

      • del's avatar
        del
        Contributor III

        @SandeepVemula, there may be a better way, but during development/testing, I typically place a JSON Generator (or appropriate generator) at the beginning of the child pipeline with the test data so I can validate and preview at each snap.