I’d like to suggest to enable configuring each output port type individually.
I have a scenario where I create a workflow which allows to chose between different upload methods. I could try to work around this by enclosing each upload type into an individual workflow and calling that remotely.
Though, this might be more logically and providing the great benefit of more flexibility.
Thanks for the info @mlauber71 … I wasn’t aware that the neglected switch-case finally got some love. However, I literally meant to be able to add different but not a singly type of output port with the intend to pass one i.e. for AWS, GitHub, Google Drive etc…
I am close top completing a workflow which will enable everyone to backup the entire workspace and to allow to sync it between devices comfortably.
@mwiegand concerning a backup and restore I have proposed this solution some time ago:
About the different ports and connections to backup. Would it be an option to use Flow Variables and then point to different connectors.
This example switches database connections. You can actually mix the ports. So the CASE start can be a Flow Variable and the end can be a database connection.