使用重新托管的 WF 设计器创建工作流服务
我在重新托管的应用程序中使用 Microsoft WF4.0 设计器。虽然我可以生成工作流并将其保存到 .xaml 文件,但我希望能够像在 Visual Studio 中一样创建文件类型 (.xamlx) 的工作流服务。有人有这方面的经验吗?我查遍了互联网并没有发现太多。任何想法表示赞赏。
谢谢你, 齐格弗里德
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没问题:
workflowDesigner.Load(new WorkflowService{ /* 属性配置 */ } )。
No problem:
workflowDesigner.Load(new WorkflowService{ /* property configuration */ } ).