I am using windows workflow service and would like to programmatically terminate a specific workflow instance via a web service request without building this into the workflow itself.
By building it into the workflow itself, I mean having a specific Receive activity which will be responsible for terminating the activity.
So I am imagining something like:
http://myhost/myworkflowservice/myworkflow.xamlx/terminate
Does this type of functionality exist?
Thanks, Eric