eugene1980
Programmer
On the BO Server, when you browse the History, you can click the Details of each instance to see information about it, which has several fields such as PID, StartTime, EndTime, ExpiryTime, and Duration.
My questions are
1) How do I get the PID, the ID of each run displayed on the BO Details page for each instance? It is NOT the same as the SI_ID, and it is NOT any of the other IDs (CUID/RUID/GUID)
2) How do I get the Duration of each run? I tried getting the SchedulingInfo's StartTime and EndTime, but those give me wrong numbers.
Thanks
My questions are
1) How do I get the PID, the ID of each run displayed on the BO Details page for each instance? It is NOT the same as the SI_ID, and it is NOT any of the other IDs (CUID/RUID/GUID)
2) How do I get the Duration of each run? I tried getting the SchedulingInfo's StartTime and EndTime, but those give me wrong numbers.
Thanks