i have a problem. I would like to create a WCF service, exposing only one method. This WCF service must interact , behind the scene, with a Workflow (created with WF 4.5). By calling that method, in different moments, the workflow will be executed and the state has to be restored (i think bookmarks can be useful for me).
Is it possible? Or i have to expose all methods ? (In this scenario, i imagine that a wcf service would be useful for façading) . How can i manage context? Do i have to use Receive Activity and SendReplyToReceive or not? Thanks a lot!