What is the Significance of ID in Exception?

When it comes to exceptions, we rarely explore anything beyond the “type” of exception that is thrown.
If you call the Data method in exceptions, it provides us with some interesting properties that are quite helpful like so:

image

While I understand what the other properties are, I’m not quite sure what the ActivityId refers to here.

image

Is this an ID that tells us which activity threw the error, or does it refer to something else?
If the ID is unique to a given activity, then how do we use it to search for that particular activity?

Help would be most appreciated, thanks in advance!

Kind Regards,
Ashwin A.K

Hi @ashwin.ashok

Your understanding about the activity id is correct… but as of now in studio we cannot use it any where to find the activities. As of now its more to use as logs to verify what activity it is separately…

Cheers

1 Like

Hi @Anil_G ,

Thank you for your response, if that is the case then all we can do is wait for the team to update this segment.

Kind Regards,
Ashwin A.K

1 Like

Agreed .many are waiting

Cheers

Marking it as solution for anyone else who had the same query - thanks once again for your response!

Kind Regards,
Ashwin A.K

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.