Sign in
Workflow Team
Windows Workflow Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.net
.NET 4.5
4.5
AppFabric
Azure
Case Study
deprecate
designer
Exception
obsolete
rehost
SharePoint Workflow
Visual Studio 2012 RC
VS 2012 RC
wf
WF 4.5
wf3
wf4
Windows Azure
Windows Workflow
Windows Workflow 4.5
Windows Workflow Foundation
Workflow 4.5
WorkflowManager
WorkflowServiceHost
Archive
Archives
May 2013
(2)
March 2013
(1)
January 2013
(2)
November 2012
(1)
October 2012
(4)
August 2012
(3)
July 2012
(5)
June 2012
(2)
May 2012
(1)
February 2012
(2)
December 2011
(2)
October 2011
(1)
September 2011
(3)
MSDN Blogs
>
Workflow Team
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Workflow Team
Side by Side Versioning with a Web-Hosted Xamlx Workflow Service video and download on Code Gallery
Posted
1 month ago
by
Steve Danielson
0
Comments
I have created a video walkthrough of implementing side-by-side versioning with a web-hosted xamlx workflow service here: Side by Side Versioning with a Web-Hosted Xamlx Workflow Service This project provides a demo of implementing side-by-side...
Workflow Team
New Workflow Manager 1.0 Getting Started Tutorial
Posted
1 month ago
by
Steve Danielson
0
Comments
A new Getting Started Tutorial for Workflow Manager 1.0 has been posted here: Workflow Manager 1.0 Getting Started Tutorial This is a 3 step tutorial which covers creating a custom activity, using it in a workflow, and publishing and invoking the...
Workflow Team
Cumulative Update 1 Released for Workflow Manager 1.0
Posted
4 months ago
by
Jurgen Willis
3
Comments
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. ...
Workflow Team
New Book on WF 4.5
Posted
5 months ago
by
Jurgen Willis
0
Comments
Congratulations to Bayer White on his recently published book, Pro WF 4.5 !
Workflow Team
Windows Workflow Foundation Case Studies
Posted
6 months ago
by
Jurgen Willis
0
Comments
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...
Workflow Team
Updated Workflow Developer Center
Posted
8 months ago
by
Jurgen Willis
1
Comments
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...
Workflow Team
Workflow Session at //build/
Posted
8 months ago
by
Jurgen Willis
0
Comments
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...
Workflow Team
New Case Study from PayGlobal
Posted
8 months ago
by
Jurgen Willis
0
Comments
We have a new case study from one of our good partners, PayGlobal . The case study does a great job describing how WF contributes to their Exolvo solution. It also highlights the developer productivity gains that PayGlobal's consultants and customers...
Workflow Team
AppFabric Now Supported on Windows Server 2012
Posted
8 months ago
by
Jurgen Willis
15
Comments
We have completed our validation work and are pleased to announce that Microsoft AppFabric 1.1 for Windows Server now supports the following platforms: .NET 4.5 Windows Server 2012 Windows 8 x64 (for development purposes) Windows PowerShell...
Workflow Team
Announcing the Release of Workflow Manager 1.0
Posted
8 months ago
by
Jurgen Willis
6
Comments
Today we announced the RTM release of Workflow Manager 1.0, a new offering that builds on and extends the capabilities of WF 4.5. It's been an incredibly busy time for the team, and we're thrilled to get this release out to our customers, hot on the heels...
Workflow Team
AppFabric Server
Posted
10 months ago
by
Jurgen Willis
13
Comments
I’ve gotten a few questions about AppFabric for Windows Server, so I’d like to share some thoughts on the topic, specifically on the Workflow management aspects of AppFabric Server. First, it’s important to clarify what AppFabric...
Workflow Team
Workflow Manager
Posted
10 months ago
by
Jurgen Willis
4
Comments
I mentioned in the previous post that one of our key investments has been supporting the new workflow model in SharePoint 2013 , which is now available in Preview form. To accomplish this, we have been developing the “Workflow Manager”. As...
Workflow Team
Workflow Investments
Posted
10 months ago
by
Jurgen Willis
8
Comments
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: ...
Workflow Team
Windows Azure, Office 365 and SharePoint 2013 Workflows
Posted
11 months ago
by
Jurgen Willis
2
Comments
Scott Guthrie has a new blog post which highlights our work to support the new model for SharePoint apps and workflows in SharePoint 2013 and the next version of Office 365. You can find more on SharePoint 2013 workflows, which are based on WF 4.5...
Workflow Team
How to use LINQ in a Workflow
Posted
11 months ago
by
Ron Jacobs
0
Comments
Question Can I use a LINQ Query such as the following in a Workflow? private static void ShowQueryWithCode(IEnumerable< string > names) { Console.WriteLine( "Linq Query in Code - show names that start with 'R'" ); // Assuming there are...
Workflow Team
Windows Server AppFabric book released
Posted
11 months ago
by
Jurgen Willis
1
Comments
One of our long-time MVPs, Rick Garibay, and one of our DPE evangelists, Hammad Rajjoub, have just released their new book, Microsoft Windows Server AppFabric Cookbook . If you’re building your WF4 workflows as WCF SOAP services and running in...
Workflow Team
TechEd Presentations Available Online
Posted
over 1 year ago
by
Jurgen Willis
1
Comments
We delivered two presentations at TechEd in June; thanks to everyone who attended in person. The recordings and presentations are available online: What's New in Windows Workflow Foundation 4.5 Building, Running, and Managing Workflows on Windows...
Workflow Team
Three Simple Rules for Better Debugging with WorkflowApplication
Posted
over 1 year ago
by
Ron Jacobs
0
Comments
Developers often say that there is a steep learning curve with Windows Workflow Foundation (WF4). I won’t deny that… instead, allow me to share three simple rules that will help you to get over that curve sooner and to make them easy to remember...
Workflow Team
Exception Using VB Expressions in Visual Studio 2012 RC
Posted
over 1 year ago
by
Hani Khoshdel-Nikkhoo
0
Comments
When using VB Workflow projects in Visual Studio 2012 RC, you may receive a System.InvalidCastException while editing expressions. The Exception message would be similar to the following: An exception has been encountered. This may be caused by...
Workflow Team
What State is my StateMachine in?
Posted
over 1 year ago
by
Ron Jacobs
1
Comments
Recently saw this question in the MSDN Workflow Forum Is there a (SetState) in the new StateMachine Activity? Many users of Workflow in .NET 3.5 took advantage of the StateMachineWorkflowInstance class to determine what state a workflow is in, and also...
Workflow Team
Support of WF 4.5 Designer Improvements in Rehosted Scenarios
Posted
over 1 year ago
by
Hani Khoshdel-Nikkhoo
14
Comments
As you’ve seen in a previous post, we have added a lot of new features in WF 4.5; see this article for more discussion of those features. A number of those features (e.g. annotations, auto-surround with sequence, etc.) were developed to improve...
Workflow Team
New Article on WF 4.5 Features
Posted
over 1 year ago
by
Jurgen Willis
0
Comments
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...
Workflow Team
WF3 Types Marked Obsolete in .NET 4.5
Posted
over 1 year ago
by
Jurgen Willis
0
Comments
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...
Workflow Team
How To Enable Service Metadata for Workflow Services
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
Try this… Create a new ASP.NET Web Application (MVC or Web Forms). Then add a new a WCF Workflow Service to your web project. Now try to add a service reference to your workflow service. It fails with an error. There was an error downloading...
Workflow Team
Troubleshooting Silverlight, WorkflowServices, WCF and Behavior Extensions
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
In my previous posts I’ve written about my experiences with WorkflowServices and Silverlight. Troubleshooting Workflow Services / Silverlight Using Workflow Services and Silverlight Together WorkflowServices, CanCreateInstance and Silverlight Problem...
Page 1 of 2 (29 items)
1
2