I have a workflow with >3 activities running on 2 servers, but I want one of the activities to run on a 3rd dedicated server i.e. this server should only execute activity x and not the entire workflow. So far (with my limited knowledge) I could make a service call in the activity to execute the process on the dedicated server and then receive a callback when it's done, but I have a feeling there must be an easier way to it.
Has anyone tried this ever?