endpoint.tv Screencast - Running Workflows in your .NET Applications
- Posted: Sep 24, 2008 at 8:00 AM
- 42,703 Views
- 4 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- High Quality WMV (PC, Xbox, MCE)
In this short video, CSD MVP Matt Milner from PluralSight guides the viewer through how to run a WF workflow in your .NET application and how to manage it. The screencast picks up with an existing state machine workflow (created in last week's screencast), hosting it in a simple command-line program and into a basic ASP.net ASPX page.
To host the workflow, Matt sets up a workflow runtime and creates an instance of the workflow. We then move on from simple 'create and run one workflow instance model', and use a class to abstract the details of the runtime and mediate access to the runtime object (to start/create a new workflow instance, access a currently existing instance, and to stop/shutdown an existing instance). Along the way, Matt explains the basic concepts around workflow runtime events and introduces workflow instances.
For additional information on WF, please check out the WF Dev Center on MSDN and the .NET Endpoint team blog. For more information on classes offered by Aaron and the PluralSight folks, check out their catalog of instructor led courses and new online courses that cover a variety of Microsoft technologies, ranging from .NET v3.5 to WSS to BizTalk server.
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Would it be possible to get the source code?
hi
i have a problem with
static WorkflowMediator()
{
try
{
runtime= new WorkflowRuntime("ShoppingCart");
where do you specify "ShoppingCart" ??
the point is that i followed the video, step by step, but in the moment that i run the code, dosn't works and fell in
runtime= new WorkflowRuntime("ShoppingCart");
and this is the error
please help me
La sección de configuración "ShoppingCart" no se encuentra en el archivo de configuración.
Nombre del parámetro: configSectionName
Hi.
Did u get the code?
I m also looking for it.
I keep getting a Media Failure error. I was able to watch the first two screencasts under
Endpoint Screencast Series (WF 3.0 - 3.5)
at the link below, but all others, I get the Media Failure error.
http://msdn.microsoft.com/en-us/netframework/wf-screencasts.aspx
Remove this comment
Remove this thread
close