Posts Tagged ‘Visual Studio 2010’

In this article, i will explain following below in Windows Workflow Foundation 4.0: Simple sequence Variables Arguments if-else activity   First, open your Visual Studio 2010, and create a new project and the template is “Workflow Console Application”   Then… you will see workfow designer, in toolbox, click “sequence” and drag it into workflow designer [...]

Dynamic workflows provide some interesting possibilities for programs that want to generate business logic or make a runtime decision on which business logic to load and run. In this tutorial, i will use exiting code that already created here. Fisrt, in Solution Explorer, rename file Workflow1.xaml into MyWorkflow.xaml. Oh yeah, do not forget to change [...]

Here i will create a simple “Hello World” application using Windows Workflow Foundation 4.0 or WF 4.0. Oh yeah, what is Windows Workflow Foundation ? Windows Workflow Foundation is a Microsoft technology for defining, executing, and managing workflows, the detail about Workflow Foundation is here. First we will create new project, choose “Workflow Console Application” [...]