sbilstein
sbilstein

Reputation: 307

Creating Workflow Services using a Rehosted WF Designer

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

Answers (1)

Tim Lovell-Smith
Tim Lovell-Smith

Reputation: 16125

No problem:

workflowDesigner.Load(new WorkflowService{ /* property configuration */ } ).

Upvotes: 1

Related Questions