cancel
Showing results for 
Search instead for 
Did you mean: 

Does anyone out here has worked on redwood Cronacle?

Former Member
0 Kudos

Does anyone here has worked on redwood cronacle and knows how to get the end time/finish time of any job so that the end time/finish time can be shown through an email notification?

The requirement is to get the finish time of any job that we schedule in this tool through an email notification I tried using the expression Time.Now() to get the finish time but this was of no help , can anyone suggest what should be used to get the finish time of any job in cronacle.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Neha Kalyani

You could create a report (Definitions > Report) and select all jobs for which you want this information (a where clause with "last 24 hours" for example): Description, ProcessDefinition, Run End

You could then schedule this report process on a daily basis in a chain with as second step System_Mail_Send and receive a CSV file that you can open in Excel.

See the help at http://server:port/redwood/help/user_guide/definitions/reports/reports_proc.html

or http://server:port/scheduler/help/user_guide/definitions/reports/reports_proc.html

Depending on your version.

Regards,

HP