2

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

Aravind
  • 2,290
  • 1
  • 11
  • 21

1 Answers1

2

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

Aravind
  • 2,290
  • 1
  • 11
  • 21
  • 2
    Please note that this may not always be 100% accurate, but should suffice for most needs. (Particularly for sites with AJAX or customers using multiple tabs) – sholsinger May 10 '18 at 17:46