@kiessl
Hi Walter,
I agree WFA hasn't given any ready to use way to get what you want. Product feature requirements have to go through many processes and approval before something can be given in the product.
But there is a very good thing about WFA, if you don't get it in product, build it. And you can build almost anything if you know how to do it. And I can guide you how to make such a solution.
I'll be using WFA rest APIs to get this done. I'll give the small writeup. Details will be given later.
Just see.
For every workflow,
1. You can get its execution job IDs. Again there is no given API in WFA to do this, but as I said before you can do almost anything if you know how to. Lets assume this is List A
2. Once you have all the job IDS, you can filter them out according to your Time-span spread. This will be subset of A, let is be list B
3. In this list B jobs, you can get your details like Return Parameters, status.
4. There is another API WorkflowExecution Resource which for every job, provided the execution logs. This should also be able to give you execution plan.
5. You have all the data you need, now make your files as you want it.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.