Hi
I try to create unit tests for activities with HttpSend and get the following validation error on invoking:
An extension of type 'Microsoft.Activities.Hosting.HttpExtension' must be configured in order to run this workflow.
The extension is internal in Microsoft.Activities assembly. Does it mean that workflows using HttpSend can only be executed by Microsoft.Workflow.ServiceHost? Any chance it will be changed in future?