Reputation: 307
I am using Microsoft WF4.0 designer in a rehosted application. While I can generate workflows and save them to .xaml files, I want to be able to create workflow services of filetype (.xamlx) the same way I can in visual studio. Does anyone have any experience in doing this? I've looked around the internet and haven't found much. Any ideas are appreciated.
Thank you, Siegfried
Upvotes: 0
Views: 354
Reputation: 16125
No problem:
workflowDesigner.Load(new WorkflowService{ /* property configuration */ } ).
Upvotes: 1