<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Workflow &amp; Workflow Manager 1.0: What’s New, What’s Coming</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Events/Build/2012/2-033/rss"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/8c2d/f6995e5b-8c6c-4037-a848-a3479a288c2d/2-033_220.jpg</url>
		<title>Channel 9 - Workflow &amp; Workflow Manager 1.0: What’s New, What’s Coming</title>
		<link></link>
	</image>
	<description>What’s new in Workflow? Where’s Workflow headed? Come learn about the Windows Workflow Foundation capabilities in .NET 4.5 and the new Workflow Manager 1.0, including support for SharePoint Server 2013 &amp;amp; Office 365 workflows. You’ll hear from the team about where we’ve been investing and what we’re working on for the future.</description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 08:29:51 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 08:29:51 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Workflow &amp; Workflow Manager 1.0: What’s New, What’s Coming</title>
		<description>
			<![CDATA[<p>Dave,</p><p>Contract-First concept looks very interesting. <br>Please correct me here: it appeared from the demo that the Contract-First workflow service is statefull - you were able to call different methods on the workflow service and get different results. When the WCF test client invokes a service, how does WCF test client pass a session id (or workflow instance id) to the workflow service to identify the workflow instance that this message applies to? Technically, I could have several workflow instances running on the same workflow service at the same time. I'd expect WCF tester client to somehow identify which workflow instance it tries to invoke...</p><p>Could you post code sample for the Contract-First example with a walk through that explains what happens under the cover of the workflow service as it gets invoked via WCF tester?</p><p>Thanks,<br>Alex</p><p>posted by channel9alex</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/2012/2-033#c634873776272782232</link>
		<pubDate>Thu, 01 Nov 2012 14:40:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/2012/2-033#c634873776272782232</guid>
		<dc:creator>channel9alex</dc:creator>
	</item>
	<item>
		<title>Re: Workflow &amp; Workflow Manager 1.0: What’s New, What’s Coming</title>
		<description>
			<![CDATA[<p>Hi Alex,</p><p>Sure, I put the simple demo code up on code.msdn.com with a brief description of how it works: <a href="http://code.msdn.microsoft.com/Contract-First-Authoring-f519ddf1">http://code.msdn.microsoft.com/Contract-First-Authoring-f519ddf1</a></p><p>To answer your questions: yes, workflow services are most typically stateful services.&nbsp; In .NET 4, we introduced the concept of content-based correlation with workflow services, which allows you to choose a particular piece of data in your input messages to determine which&nbsp;instance the host should load.&nbsp; In this example, I used both the 'gameMoniker' parameter (for the JoinGame messages) and the players' names (for the subsequent messages).</p><p>Hope that helps,</p><p>-- Dave</p><p>posted by DaveCliffeWorkflowGuy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/2012/2-033#c634874077505171917</link>
		<pubDate>Thu, 01 Nov 2012 23:02:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/2012/2-033#c634874077505171917</guid>
		<dc:creator>DaveCliffeWorkflowGuy</dc:creator>
	</item>
</channel>
</rss>