﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Content based correlation in Workflow Services 4.0</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/08/content-based-correlation-in-workflow-services-4-0.aspx<description>One of powerful features in upcoming Workflow Services 4.0 is definitely correlation between asynchronous messages. When using workflow services at all, you may notice that typical web service scenario Request-Replay is mostly nit very useful. Because</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>AppFabric CAT | Coordinating &amp;#8220;Embarrassingly Parallel??? .NET4 Workflow Processes</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/08/content-based-correlation-in-workflow-services-4-0.aspx#191897<pubdate>Tue, 24 May 2011 19:27:09 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:191897</guid><dc:creator>AppFabric CAT | Coordinating “Embarrassingly Parallel??? .NET4 Workflow Processes</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;AppFabric CAT | Coordinating &amp;#8220;Embarrassingly Parallel??? .NET4 Workflow Processes&lt;/p&gt;
&lt;img src="http://developers.de/aggbug.aspx?PostID=191897" width="1" height="1"&gt;</description></item><item><title>AppFabric CAT | Coordinating &amp;quot;Embarrassingly Parallel&amp;rdquo; .NET4 Workflow Processes</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/08/content-based-correlation-in-workflow-services-4-0.aspx#191898<pubdate>Tue, 24 May 2011 00:04:17 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:191898</guid><dc:creator>AppFabric CAT | Coordinating "Embarrassingly Parallel” .NET4 Workflow Processes</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;AppFabric CAT | Coordinating &amp;quot;Embarrassingly Parallel&amp;rdquo; .NET4 Workflow Processes&lt;/p&gt;
&lt;img src="http://developers.de/aggbug.aspx?PostID=191898" width="1" height="1"&gt;</description></item><item><title>re: Content based correlation in Workflow Services 4.0</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/08/content-based-correlation-in-workflow-services-4-0.aspx#11847<pubdate>Wed, 12 May 2010 07:32:56 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:11847</guid><dc:creator>Damir Dobric</dc:creator><description>&lt;p&gt;you are welcome :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=11847" width="1" height="1"&gt;</description></item><item><title>re: Content based correlation in Workflow Services 4.0</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/08/content-based-correlation-in-workflow-services-4-0.aspx#11844<pubdate>Wed, 12 May 2010 04:16:08 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:11844</guid><dc:creator>Alen Siljak</dc:creator><description>&lt;p&gt;Samo da te pozdravim, stari, i da se tu-spasim. Evo, godinu dana nakon originalnog posta, napokon doslo vrijeme da citam ove stvari. :)&lt;/p&gt;
&lt;p&gt;Srdacan pozdrav iz Australije&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=11844" width="1" height="1"&gt;</description></item><item><title>re: Content based correlation in Workflow Services 4.0</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/08/content-based-correlation-in-workflow-services-4-0.aspx#7438<pubdate>Thu, 27 Aug 2009 10:42:03 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:7438</guid><dc:creator>Sumit : Hosting WorkFlow in IIS correlation problem</dc:creator><description>&lt;p&gt;We are have an issue regarding correlation in WorkFlows hosting in IIS. We are using a Declarative Flowchart workflow using the address below which has been added into your web client project via a Service Reference. &lt;a rel="nofollow" target="_new" href="http://vmwinxp/WorkFlow/Service2.xamlx?wsdl"&gt;vmwinxp/.../Service2.xamlx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The weird thing is that if we host the workflow using command prompt like the code below is works fine. &lt;/p&gt;
&lt;p&gt;Is there a special way you have to host it in IIS except from point a virtual directory at the folder with the XAMLX file in?&lt;/p&gt;
&lt;p&gt;Any help would be much apprepciated!!!&lt;/p&gt;
&lt;p&gt;static void Main(string[] args)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string baseAddress = &amp;quot;&lt;a rel="nofollow" target="_new" href="http://localhost:8089/CarRentalService&amp;quot;;"&gt;localhost/CarRentalService&amp;quot;;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;using (WorkflowServiceHost host = new WorkflowServiceHost(typeof(RentCar), new Uri(baseAddress)))&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;host.Description.Behaviors.Add(new ServiceMetadataBehavior() { HttpGetEnabled = true });&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;host.AddDefaultEndpoints();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;host.Open();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Console.WriteLine(&amp;quot;Car rental service listening at: &amp;quot; + baseAddress);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Console.WriteLine(&amp;quot;Press ENTER to exit&amp;quot;);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Console.ReadLine();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;host.Close();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=7438" width="1" height="1"&gt;</description></item><item><title>Declarative Workflow Services 4.0: Error - InstanceKeyNotFoundException</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/08/content-based-correlation-in-workflow-services-4-0.aspx#4883<pubdate>Fri, 10 Apr 2009 16:11:24 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:4883</guid><dc:creator>Damir Dobric Posts</dc:creator><description>&lt;p&gt;Problem Description When working with declarative workflow services, you may get following error: System&lt;/p&gt;
&lt;img src="http://developers.de/aggbug.aspx?PostID=4883" width="1" height="1"&gt;</description></item><item><title>Declarative Workflow Services 4.0: Error - InstanceKeyNotFoundException</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/08/content-based-correlation-in-workflow-services-4-0.aspx#4881<pubdate>Fri, 10 Apr 2009 11:54:04 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:4881</guid><dc:creator>DamirDobric</dc:creator><description>&lt;p&gt;Problem Description When working with declarative workflow services, you may get following error: System&lt;/p&gt;
&lt;img src="http://developers.de/aggbug.aspx?PostID=4881" width="1" height="1"&gt;</description></item><item><title>Declarative Workflow Services 4.0: Error - InstanceKeyNotFoundException</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/08/content-based-correlation-in-workflow-services-4-0.aspx#4879<pubdate>Fri, 10 Apr 2009 10:56:05 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:4879</guid><dc:creator>Damir Dobric Posts</dc:creator><description>&lt;p&gt;Problem Description When working with declarative workflow services, you may get following error: System&lt;/p&gt;
&lt;img src="http://developers.de/aggbug.aspx?PostID=4879" width="1" height="1"&gt;</description></item></channel></rss>