How to identify which PostEvent (of a WKF Activity) has trigged a External Signal of other workflow? | Community
Skip to main content
New Participant
August 30, 2017
Solved

How to identify which PostEvent (of a WKF Activity) has trigged a External Signal of other workflow?

  • August 30, 2017
  • 2 replies
  • 1516 views

How to identify which PostEvent (of a WKF Activity) has trigged a External Signal of other workflow?

I have more than 1000+ WKF's, and I am not able to identify which WKF is triggering the external signal of a particular WKF?

There is no unique identifier for the External Signal activity, to know how it triggered. Also, display logs of External Signal Activity doesn't give much information of who had triggered.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vraghav

Hi chouhandt ,

At present there is no out of the box functionality to report which of the PostEvent calling workflow made a call to your eternal signal.

You can apply a workaround. Pass the calling workflow internal name in the variables of PostEvent call and then on the External signal activity's workflow have a JS code activity to print in the logs which workflow just called it.

Hope this helps.

Regards,
Vipul

2 replies

chouhandtAuthor
New Participant
September 7, 2017

Thank you.

vraghav
vraghavAccepted solution
Employee
August 30, 2017

Hi chouhandt ,

At present there is no out of the box functionality to report which of the PostEvent calling workflow made a call to your eternal signal.

You can apply a workaround. Pass the calling workflow internal name in the variables of PostEvent call and then on the External signal activity's workflow have a JS code activity to print in the logs which workflow just called it.

Hope this helps.

Regards,
Vipul