Calling the same service file rule from two different listener.
Listener A and Listener B calling Service File SF and in Service File SF I’m calling initial activity. In this initial activity I want to identify which listener triggered this initial activity or service file (I want the listener name from the clipboard in initial activity of service file).
@SanjayP05 You can identify the listener that triggered the activity by using the properties pyOriginalDirectory and pyOriginalFileName in your source activity. Each listener listens to a different folder, so you can identify the listener based on the folder name. Please note that pyOriginalDirectory is the folder to which the listener listens.
This is a GenAI-powered tool. All generated answers require validation against the provided references.