Demantra Workflow Runtimes
What is the best approach to calculate workflow runtimes in Demantra.
WF_PROCESS_LOG does not seem to give accurate information as the RECORD_UPDATED column keeps on changing to the current date.
Below is the example for the schema id belonging to EBS FULL DOWNLOAD workflow
select
* from demantra.wf_process_log
where schema_id = 631
SCHEMA_ID | PROCESS_ID | STEP_ID | RECORD_UPDATED | RECORD_CREATED |
---|---|---|---|---|
631 | 805966 | MsgDownloadOK | 5/6/2014 5:03 | 4/9/2014 19:00 |
631 | 806052 | MsgDownloadOK | 5/6/2014 5:03 | 4/17/2014 19:00 |
631 | 806072 | MsgDownloadOK | 5/6/2014 5:03 | 4/17/2014 20:07 |
631 | 806260 | MsgDownloadOK | 5/6/2014 5:03 | 5/3/2014 5:33 |
631 | 806281 | MsgDownloadOK | 5/6/2014 5:03 | 5/4/2014 |
631 | 806352 | MsgDownloadOK | 5/6/2014 5:03 | 5/5/2014 12:10 |