Search code examples
demandware

How can we get the last accessed pipeline from SFCC (demandware.)


I need to get the last rendered pipeline name. Is there any method to get the same?


Solution

  • We can use ClickStream class, which has a property named "last", the last.getPipelineName() will return the last rendered pipeline name.