I need to get the last rendered pipeline name. Is there any method to get the same?
Asked
Active
Viewed 216 times
1 Answers
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
-
2Please 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