Hello,
I'm almost sure that what I'm going to ask is impossible to do, and I understand why. But I'm asking to see if anyone has any ideas about it.
Basically we have a super huge workflow that builds a VM. The process is started via the REST API, from a custom Portal, a bit like a homemade VRA, but with less features.
So when we start the process, the "Portal" will send all the values in order to build the VM.
We were wondering if there could a way to regroup all executions based on a input value, let's say by VM name. When the workflow is started the VM name is simply a string.
I know that it's impossible to reorganize the workflow executions by inputs, because we could create workflows without any inputs.
I could probably do a workflow to gathers the input of workflow executions and dump everything in the console. But I still have to run it, and then correlate the info received in output and with the workflow executions. Its not very practical, but it could probably work.
Basically the point with this, is to see per vm what was the executions and when, and make it more easier to see that VM the workflow failed 2 times, 1 failed attempt and the second one passed because something had to be fixed manually.
Thanks for your input!