Execution Logs

Hi,
I was understanding execution logs. And I have some questions in my mind. Hope that you guys can help me.
Is JobId unique for every execution? Can two executions can have same jobID? (I’m assuming that two executions can’t have same jobID)
What is the difference between fingerprint and JobID?
Can we think of jobID as transaction id or session id?

Really appreciate the help :slight_smile:

@Maryum_Siddique

JobID :- Unique GUID for every job that bot run either from studio or from Orchstrator via trigger or from UiPath Agent. Two Jobs can never have same Job ID.

FingerPrint : - same as jobid, for every log message there’s a unique GUID.

Refer :- FingerPrint value in Studio log file - #6 by loginerror