Is there any way to see that are the current jobs being processed by the workflow and their current progress?
I am looking for a dashboard to tell me what is being currently processed and an estimate of it’s percent complete or at least how long the job has been running.
The current behaviour of Workflow is to display the logs after the process is finished. Otherwise, we would be looking at a lot of access disk.
You could setup branches throughout your process that output to a folder something your have created using the Create File plugin. Using concatenation, your could update the file created.
With another process, you could look at that file and see what is going one and when.