私は、実行中のワークフローをデバッグするために WF4 ワークフローを再ホストする可能性を検討してきました。WF4 Rehosting に関して私が見たすべての投稿とサンプルは、最初にワークフローをホストするために WPF アプリケーションを使用し、次にそれを再ホストする際に WorkflowDesigner を使用しています。ASP.Net MVC などの非 WPF アプリケーションでホストされたワークフローを再ホストする方法はありますか?
3 に答える
WorkflowDesigner は基本的に大きな WPF コントロールであるため、ASP.NET アプリケーションでホストすることはできません。Silverlight アプリケーションでもできません。インターネット アプリでデザイナーを公開する必要がある場合は、独自のデザイナーを作成するか、ターミナル サーバー/Citrix などを使用する必要があります。
wfpbrowserapplication を使用して、ブラウザーでデザイナーをホストできます。詳細はこちら
I just about read in another post that WF 4 will make the hosting the designer in the application easier than it is today. I too have similar requirement that the workflow designer should be availabe to the user so that he can create his own workflows. This was reasoned in that post to the fact that the WF 4 is completely markup based and no code is involved... making it easier to host in the application....