Host new WF4 workflows in appfabric
Posted
by racingcow
on Stack Overflow
See other posts from Stack Overflow
or by racingcow
Published on 2010-03-15T20:53:32Z
Indexed on
2010/04/01
19:03 UTC
Read the original article
Hit count: 538
Hello,
I am new to using AppFabric to host WF services. I am trying to write a workflow admin application that will allow users to create xaml workflow definitions using the hosted WF4 designer, and then somehow allow those workflow defitions to be automatically deployed and hosted in AppFabric with the click of a button.
I have the designer going, and I have read a couple of tutorials on how to host workflow services in AppFabric such as http://msdn.microsoft.com/en-us/library/ee677238.aspx, but my problem is how to deploy and host the workflow services via code.
Does anyone know if this sort of "autodeploy/host" thing can be done with AppFabric? If so, could you point me in the right direction on this?
-David
© Stack Overflow or respective owner