How to capture Job Start Time from orchestrator in running mode

Hello Friends,

I need to fetch Job/Process start time in running mode, after job started from Orchestrator in unattended mode, I need to use this time further to calculate duration while sending process completion email.

Can anybody please help

Thanks in advance

@Pramod_Mangale

Either use Now at the start of the process…

or use get queue items and then queueitem list will be the output …if you use a for loop …you can then get the start time using currentitem.StartTransactionTime

queueitem.StartTransactionTime basically give you the start time of the queue item

cheers