Forum Discussion
koryknick
4 years agoEmployee
If you have your pipeline setup with Pipeline Parameters, you can override the values in the triggered task URL by passing the values as part of the query string. For example, assume I have “timeZone” as my Pipeline Parameter to a triggered task, it would look something like the following:
https://elastic.snaplogic.com/api/1/rest/slsched/feed/.../SampleTriggerTask?timeZone=EST
For more information on sending parameter values to your triggered task, refer to the online documentation on Passing Pipeline Arguments to Triggered Tasks.