You can debug a pipeline called by a job.
- Create a public subpipeline that calls
the private subpipeline you are trying to debug, and that ends in an
interaction node.
- Create breakpoints in the private
pipeline.
- Enter the URL for the public pipeline in
your browser. Example:
http://[realmname].demandware.net/on/demandware.store/
Sites-YourShopHere-Site/default/Pipeline-Subpipeline
- Step through the pipeline in the debugger
using F5.