Answered by:
WorkFlow RunTime web designer

Question
-
with Microsoft WorkFlow Foundation can have a windows run Time designer
how Can I Have a web Designer?
for Example in an aspx file I Design My Work Flow
Tanx
Wednesday, February 28, 2007 9:41 AM
Answers
-
you can use ajax for example: http://www.masteringbiztalk.com/atlasworkflowdesigner/
I hope this link help you: http://wf.netfx3.com/files/folders/technology/entry1871.aspx
Wednesday, February 28, 2007 11:15 AM -
Hi,
NetFxLive is also a great project. http://www.netfxlive.com
This is not a re-host. This is a designer created using JavaScript. There is a parser XOML/HTML.[]s
Wednesday, February 28, 2007 11:45 AM
All replies
-
you can use ajax for example: http://www.masteringbiztalk.com/atlasworkflowdesigner/
I hope this link help you: http://wf.netfx3.com/files/folders/technology/entry1871.aspx
Wednesday, February 28, 2007 11:15 AM -
Hi,
NetFxLive is also a great project. http://www.netfxlive.com
This is not a re-host. This is a designer created using JavaScript. There is a parser XOML/HTML.[]s
Wednesday, February 28, 2007 11:45 AM -
Add your Workflow to your Blogs
1. Create or import your workflow at http://netfxlive.com and save it.
2. Add the following HTML code to your blogs or to any web page. Specify in Open method your UserName and WorkflowName:
<div id="designerCtrl"></div>
<script src="http://netfxlive.com/includes.ashx" type="text/javascript"/>
<script type="text/javascript">var designer= new WorkflowDesigner();
designer.Initialize(document.getElementById("designerCtrl"));
designer.Open("ghenadie","Ajax");</script>
Enjoy!!!
Tuesday, April 17, 2007 2:00 AM