Process Step Deployment timing

Hi,

Is there a way I can get the timing of each process steps for reporting. I am currently following below link for reporting but for calculating the overall min/max deployment timing for a day I want to exclude the timing of a specific process step timing.

Appreciate the suggestion.

Thanks,
Rasmita

Greetings Rasmita, thanks for reaching out! Unfortunately, the individual step information such as start end end times aren’t stored in the database, rather it’s aggregated at the task level. However, there is a way to retrieve the information via an API call. Using /api/tasks/<ServerTaskId>/details will return the individual step information including a specific field for Started and Ended in JSON format. If you’re able to consume this information, it should give you what you’re looking for.

Regards,

Shawn

Thank you I will try this soon and let you know

Awesome, thanks!

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