How do I register Windows Azure Workflow for multiple web applications that are using host headers and all are on the same port. The first registration works Ok, but then when I try to do the next one I get an error saying that the workflow service has already been registered for "this partition".
Or should I be registering it agains the host name of the application server itself, where the workflow service is running?
I have multiple DNS entries pointing to the WFE server of my environment. I am trying to run the rester-spworkflowservice command on the app server (where workflow manager is installed). I have local entires in the hosts file on the app server pointing to localhost for the various web applications (with the looback adapter check disabled).
Thanks for any help, Richard