Does anyone know how to add information about the features written to the Action Succeeded output port of the Run a Workspace-action?
This is what I tried and where I got stuck:
In my automations I like to send an email with information about the execution of the automation.
In the email I added information like time started, time finished and a link to the job summary.
I wanted to add information about the number of features written. I found this and that works just fine:
https://support.safe.com/hc/en-us/articles/25407494315789-FME-Flow-Get-the-Count-of-Features-Written-in-an-Automation
But now I have a problem: the email I send is connected to the Action Succeeded output port and the summary is on another output port.
Is there a way to combine these two output ports? The "Merge" action did not allow me to do this.
Of course I could just use the new Summary output-port instead of the Action Succeeded, because I think I can sort of assume that the action succeeded when features were written. But it doesn't feel quite right.
Another downside is that I am missing some parameters I would like in my email. The most important being time started and time finished.