Hello community,
I need to obtain a list of workflows that have been successfully executed in a month. Do you know if there is a way to do this?
I am using the workflowlog table, extracting the records that contain the text ‘workflow is being run’ to obtain those that have been executed, but I cannot find a way to exclude those that ended in error since I cannot find an execution ID, and if a workflow has been executed several times during the day, I cannot differentiate which execution the error belongs to in the workflowlog table..
Thanks