Forum Discussion
tstack
8 years agoFormer 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
8 years agoContributor
@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.
- del8 years agoContributor 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.
- SandeepVemula8 years agoContributor
Thanks @del, Currently I am using the same