Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search Windows Workflow
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
Windows Workflow
»
Windows Workflow Community Blogs via Syndication
»
All Tags
»
wf4
Browse by Tags
Windows Workflow
This is the top level group for Microsoft Windows Workflow Foundation. Find blogs, samples, videos, and learning resources for various versions of workflow including 3.0, 3.5, and 4.0 here.
Get this RSS feed
Home
Blog
Files
Wiki
Archives
Archives
May 2013
(8)
April 2013
(11)
March 2013
(10)
February 2013
(7)
January 2013
(14)
December 2012
(7)
November 2012
(7)
October 2012
(10)
September 2012
(8)
August 2012
(7)
July 2012
(22)
June 2012
(10)
May 2012
(6)
April 2012
(10)
March 2012
(4)
February 2012
(6)
January 2012
(8)
December 2011
(11)
November 2011
(8)
October 2011
(11)
September 2011
(23)
August 2011
(18)
July 2011
(2)
June 2011
(5)
May 2011
(17)
April 2011
(22)
March 2011
(25)
February 2011
(11)
January 2011
(20)
December 2010
(17)
November 2010
(10)
October 2010
(7)
September 2010
(2)
August 2010
(3)
July 2010
(1)
June 2010
(7)
May 2010
(4)
April 2010
(11)
March 2010
(12)
February 2010
(7)
January 2010
(25)
December 2009
(23)
November 2009
(20)
October 2009
(3)
September 2009
(1)
July 2009
(2)
June 2009
(2)
Tags
4.5
activities
Activity Designers
beta
Custom Designers
designer
expressions
Extensions
flowchart
How-To
Kushal Shah
Links
Property Grid
Rehosting
Toolbox
Unit Testing
vs2010
WF
Windows Workflow Foundation
Workflow
Workflow Designer
WorkflowManager
Workflowrk
Workflowrkflow
xaml
Tagged Content List
Blog Post:
Cumulative Update 1 Released for Workflow Manager 1.0
Syndicated Workflow Author
I am pleased to announce the release of the first Cumulative Update (CU) for Workflow Manager 1.0; you can find the associated KB article here . The Workflow Manager CU has a dependency on Service Bus CU1 (KB is here ), which was also just released. There are a couple of options for the installation...
on
Sat, Mar 2 2013
Blog Post:
Windows Workflow Foundation Case Studies
Syndicated Workflow Author
Happy New Year! I’ve gotten a few requests for WF customer examples, so I thought I'd kick off 2013 with a list of some published case studies. These are case studies specific to the use of WF directly; there are numerous additional case studies for other Microsoft products that build on top...
on
Thu, Jan 3 2013
Blog Post:
Updated Workflow Developer Center
Syndicated Workflow Author
We've updated our Workflow Developer Center on MSDN. We've simplified the design and refreshed the site with updated links. As part of this work, we've also pulled together a list of key WF samples. Our goal is for this to be a go-to site that aggregates key Workflow resources, including...
on
Tue, Nov 6 2012
Blog Post:
Workflow Session at //build/
Syndicated Workflow Author
We delivered a Workflow session at the //build/ conference yesterday. Slides and a recording of the presentation are now available ; it was a great opportunity to provide an update on all of our recent investments . It was a packed session with lots of good questions and discussions afterward. Thank...
on
Wed, Oct 31 2012
Blog Post:
(WF4,VS) WorkflowDesigner Extensions in Visual Studio 2012
Syndicated Workflow Author
(Intro: Sometimes as part of testing I go to silly lengths to try to point out what I think is going to be a bug in a piece of code I have seen. And frequently when I do this, I am basically wrong, for any of various reasons – it’s a bug according to some world view which is not quite aligned with reality...
on
Thu, Oct 4 2012
Blog Post:
(WF4) Link - Using WF4 custom activities to consume OData
Syndicated Workflow Author
Today I’m just advertising another MSDN blog that got circulated my way. This post may only going to make full sense if you’ve heard of OData already. If you’re heard of OData, and have been wondering what a good way to use it from workflow might be, I think you’ll find it good food for thought. http...
on
Thu, Sep 13 2012
Blog Post:
(WF4) Survey–have you customized FlowDecision?
Syndicated Workflow Author
Today I was involved in a playful discussion about what would we do different about Workflow Designer if we could, and the question of ‘what do customers want?’ came up. I think there’s a lot that can change, but one of the ideas I can’t stay away from is improving Flowchart. For instance, searching...
on
Wed, Sep 5 2012
Blog Post:
Workflow Investments
Syndicated Workflow Author
We’ve been making significant investments in Workflow since the release of .NET 4, and now that we're starting to wrap up some of these investments, I thought it would be worthwhile to provide a summary. The work falls into 3 major areas: Improvements in Windows Workflow Foundation in .NET...
on
Tue, Aug 14 2012
Blog Post:
(News) Workflow 1.0 Beta
Syndicated Workflow Author
Dropping the stealth cloak a little, it’s time for some personal news about what I’ve been up to for the last year and a bit. And the answer is? Testing what we are calling in our docs “Workflow 1.0 Beta” (name may change) which is Microsoft’s new Workflow hosting product. Here’s a few quick facts about...
on
Tue, Jul 17 2012
Blog Post:
(WF4.5) Enabling new .Net framework 4.5 features in your rehosted designer application
Syndicated Workflow Author
[Minor disclaimer: content in this post is based upon a non-final release candidate build of .Net 4.5] The workflow designer team had two slightly conflicting goals to tackle in .Net 4.5. Goal one: Make Workflow Designer more awesome for everyone in .Net 4.5. It should be easier to use, it should look...
on
Tue, Jun 5 2012
Blog Post:
(WF4.5) Using CSharpValue<T> and CSharpReference<T> in .Net 4.5 – Compiling expressions–and changes in Visual Studio generated XAML
Syndicated Workflow Author
I’ve been publicizing for a while that Visual Studio 11 (still in Beta) supports C# expressions in workflow designer. Of course you might also possibly want to use C# or VB expressions by writing a workflow in code, instead of by building it in Visual Studio. There are actually a couple tricks to doing...
on
Fri, May 25 2012
Blog Post:
(WF4, Transactions) Implementation of Transactions in WF4, and Implications
Syndicated Workflow Author
Although I haven’t used this feature in my regular work, I’ve known for a while that WF4.0 ships with a palette of activities designed to support distributed transactions. A distributed transaction is when you have a transaction, which is an atomic commit of a set of operations with a consistency guarantee...
on
Tue, Mar 13 2012
Blog Post:
(WF4, Xaml) Mc:Ignorable, ViewStates, HintSizes, VisualBasic Settings, and manipulating XAML programmatically
Syndicated Workflow Author
[Edit 2/5/12: fixed spelling of 'ignorable' everywhere]. Or “What is this weird XAML I get from workflow designer that doesn’t look like ‘normal’ XAML?” (No ‘news’ today, just some WF4 olds in article format, and mostly implementation level trivia stuff...
on
Wed, Feb 15 2012
Blog Post:
New Article on WF 4.5 Features
Syndicated Workflow Author
Leon Welicki, PM on the Workflow team, has written a great MSDN Magazine article covering the new WF features in .NET 4.5, including: Workflow Designer enhancements C# expressions Contract-first authoring of WCF Workflow Services Workflow versioning Dynamic update Partial trust Performance enhancements...
on
Wed, Feb 8 2012
Blog Post:
WF3 Types Marked Obsolete in .NET 4.5
Syndicated Workflow Author
In .NET 4 the Workflow Team released an all new Workflow engine in the System.Activities namespace. This new Workflow technology, which we refer to as WF4, responded to key customer feedback by providing significant programming model, runtime, and authoring enhancements. With the release of .NET 4.5...
on
Wed, Feb 8 2012
Blog Post:
(WF4 - Link) For your reading pleasure – PeteGoo
Syndicated Workflow Author
Today I stumbled upon another WF4 blog with some quality content, so here is my unsolicited and personal recommendation to - if you are thinking about the how-to-host aspects of WF4 - to take a few minutes gaining some insights on how and why WorkflowServiceHost can be a good building block for your...
on
Thu, Jan 19 2012
Blog Post:
(WF4) Less Known Features - Declarative Expressions using Activities, and ExpressionServices.Convert
Syndicated Workflow Author
If you’re exclusively using the Visual Studio workflow designer to design activities, you might go for a very long time (or forever) without discovering a particular System.Activities namespace, which is System.Activities.Expressions . The first reason you might never discover them is that none of the...
on
Mon, Jan 9 2012
Blog Post:
(WF4) Adding VB namespace Imports to your workflow programmatically
Syndicated Workflow Author
These questions (paraphrased) have come up a bunch of times so it’s not that hard to find the answer, but I just rediscovered them so it’s on topic for today. “I want to add a namespace to the Imports designer automatically at design time, so the user doesn’t have to do it manually. How can I do that...
on
Wed, Nov 2 2011
Blog Post:
(WF4) ExpressionTextBox Expression Property and ArgumentToExpressionConverter
Syndicated Workflow Author
There are many examples of binding ETB, but I notice they tend to be short on the details of why the example code looks as it does. Maybe it is because we are short on the ‘why’ that people can get a little lost once they want to do something other than the well-documented scenarios (e.g...
on
Mon, Sep 5 2011
Blog Post:
(WF4) Hosting the WorkflowDesigner (or other WPF stuff) in a separate AppDomain
Syndicated Workflow Author
A little while I begin a new rehosted designer project, and this time I want to get a little bit more creative with it, mixing in some of the stuff I have done earlier with XAML compilation. The more functionality like that I add, the closer to the Visual Studio scenario the scenarios it is capable of...
on
Fri, Aug 19 2011
Blog Post:
[How To] Save WF4 Workflow Definition to Image Using Code
Syndicated Workflow Author
One of the benefits of using WF4 to create workflow is that it provides a graphical workflow designer. This means in most of the cases, developers don’t need to write code to define their workflows. Instead, they can use the graphical workflow designer we provided. This can not only dramatically improve...
on
Tue, Aug 16 2011
Blog Post:
(WF4, Toolbox) Updating the WF4 Toolbox Icon FAQ (for Rehosting and Custom Activities)
Syndicated Workflow Author
Introit - call it whatever, but today I’m recycling an old post. And I have one more little confession. When I started writing a new rehosted app today, I found out my old toolbox FAQ was fairly useless. It was even getting to the point where someone had to post this in the forum : “I found a number...
on
Fri, Aug 12 2011
Blog Post:
Hotfix from WPF to Solve Workflow Designer Hang Issue in Some Cases
Syndicated Workflow Author
Recently we've received a few customer feedbacks reporting WF4 workflow designer would have bad performance or hang in some cases even when the workflow is relatively small. We've worked with customers and found out that it was actually a WPF issue. Good news is, the WPF team has already release...
on
Tue, Aug 9 2011
Blog Post:
(WF4) Setting a default type parameter for Generic Activities added from the Toolbox
Syndicated Workflow Author
One of our internal customers pinged me with a quick question today. He asked whether it is possible to set a default type argument for T if you have an activity of GenericType, say DataCollectorActivity<T>. I might have said this in passing by before but the answer is yes, the same technique is...
on
Thu, Aug 4 2011
Blog Post:
(WF4) The Story of State Machine
Syndicated Workflow Author
Hello State Machine fans! [Update I changed the title to this post, the old one doesn't really work. New readers - if I lost you already, have you come across the WF4 State Machine introductory materials ?] Since there have now been several eras of support for state machines in WF4 and WF3 , I think...
on
Tue, Aug 2 2011
Page 1 of 4 (81 items)
1
2
3
4