<?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 Monitor SDK tool demo</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/133930_100x75.jpg</url>
		<title>Channel 9 - Workflow Monitor SDK tool demo</title>
		<link></link>
	</image>
	<description>The Windows Workflow Foundation SDK includes a sample application called Workflow Monitor.&amp;nbsp; Workflow Monitor&amp;nbsp;uses the Workflow Designer control to visually&amp;nbsp;display&amp;nbsp;the execution status of a workflow.&amp;nbsp;


In this screencast, Moustafa Ahmed (Program Manager on the Windows Workflow Foundation team), gives a demo of the Workflow Monitor tool that will be included as a sample in the SDK for Windows Workflow Foundation Beta 2.&amp;nbsp;&amp;nbsp;


For more information about Windows Workflow Foundation, please visit:&amp;nbsp;&amp;nbsp;

&amp;nbsp;- Windows Workflow Foundation Site - http://www.WindowsWorkflow.net&amp;nbsp;
&amp;nbsp;- MSDN Developer center - http://msdn.microsoft.com/workflow&amp;nbsp;
&amp;nbsp;- Workflow Forums - http://www.WindowsWorkflow.net/Forums


</description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 22:30:15 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 22:30:15 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[
<p>What other kinds of queries will you be able to make with beta 2 ?<br>
The query you make to get some activity property value, you get the data also from the tracking service? So you save state data into the tracking service? The tracking service SQL database changes in beta 2?</p>
<p>Really glad to know you guys are building something great!</p>
<p><a href="http://staff.southworks.net/ariel/">Ariel Schapiro.</a></p>
<p>posted by aschapiro</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632678349000000000</link>
		<pubDate>Thu, 17 Nov 2005 14:35:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632678349000000000</guid>
		<dc:creator>aschapiro</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[Yes, we save the data in the SqlTrackingService's database. We've done so in Beta1 as well. By default we will only track workflow events, activity execution status event and user track point. If you can change your default tracking profile (DefaultTrackingProfile
 table) or supply a profile for type (TrackingProfile table) and we'll save what you decided to track based on your tracking profile.
<br>
<br>
In Beta2 we plan to add Query APIs layer atop of the out of box SqlTrackingService. As you've seen in the screencast, you can use those APIs to find workflows by execution status, activities from within your workflow and their activity execution status history,
 and activity properties' values that you decided to track. There are other capabilities that are being finalized now. Certainly, if you have more needs that are not satisfied by this query layer, you can always go directly and query your database.<br>
<br>
I am glad to see you excited about the technology<br>
<br>
--Moustafa<p>posted by moustafak</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632678704980000000</link>
		<pubDate>Fri, 18 Nov 2005 00:28:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632678704980000000</guid>
		<dc:creator>moustafak</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[Very very interesting!!!!<br>
My question is about the possibility to customize the activity shape on the basis of its status. For example I'd like to set the rectangle activity background color to yellow while it's in running state, and to green when is completed. In the demonstration
 instead I see that to distinguish a running activity a small green arrow is shown on the wv designer. Can you give me some additional info?<br>
<br>
And sorry for my bad english...<p>posted by andrealoleo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632737073220000000</link>
		<pubDate>Tue, 24 Jan 2006 13:48:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632737073220000000</guid>
		<dc:creator>andrealoleo</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /> hi,<br>
<br>
nice job, but where can we get the tool ???????<br>
<p>posted by marcgp</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632789803230000000</link>
		<pubDate>Sun, 26 Mar 2006 14:32:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632789803230000000</guid>
		<dc:creator>marcgp</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[I just downloaded the WWF Beta 2, play around with some workflow projects using Visual Studio 2005 and SQL Express 2005 on my PC.<br>
<br>
I also downloaded and installed the Windows SDK (w/ WWF) and unpack the Windows Workflow Monitoring sample app.<br>
<br>
When I build it, it succeeds, but it displays an error when ran, it seems it cannot connect to the correct database. But the connection details are correct.<br>
<br>
My machine is DESKTOP, database is TRACKINGSTORE and WORKFLOWSTORE<br>
<br>
Please help, I can't run the Windows Workflow Monitoring Tool.<p>posted by bfallar3</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632821905710000000</link>
		<pubDate>Tue, 02 May 2006 18:16:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632821905710000000</guid>
		<dc:creator>bfallar3</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[here is the error message I received when I launch the monitoring tool...<br>
<br>
&quot;Exception in GetWorkflows<br>
Could not load file or assembly 'HostingWorkflowRuntime, <br>
Version=3.0.0.0, Culture=neutral,PublicKeyToken=null' or<br>
one of its dependencies...&quot;<br>
<br>
Please help.<p>posted by bfallar3</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632822265640000000</link>
		<pubDate>Wed, 03 May 2006 04:16:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632822265640000000</guid>
		<dc:creator>bfallar3</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[
<p>I think that workflow designer host has one big drawback. I don't understand why do you need to have access to workflow assembly in order to draw the activities <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif' alt='Sad' />. I think that markup serialized representation such as one existing in SqlTracking database
 should be enough to display workflow, and it will enable remote monitoring scenarious <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-11.gif' alt='Cool' />.<br>
<br>
Srdjan</p>
<p>posted by s.bozovic</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632838933680000000</link>
		<pubDate>Mon, 22 May 2006 11:16:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632838933680000000</guid>
		<dc:creator>s.bozovic</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[
<blockquote>
<div>bfallar3 wrote:</div>
<div>&#65279;here is the error message I received when I launch the monitoring tool...<br>
<br>
&quot;Exception in GetWorkflows<br>
Could not load file or assembly 'HostingWorkflowRuntime, <br>
Version=3.0.0.0, Culture=neutral,PublicKeyToken=null' or<br>
one of its dependencies...&quot;<br>
<br>
Please help.</div>
</blockquote>
<br>
<br>
Did anyone solve this problem? I'm using WWF Beta 2.2. <br>
Please, help! [C]<p>posted by Youpas</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632849698820000000</link>
		<pubDate>Sat, 03 Jun 2006 22:18:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632849698820000000</guid>
		<dc:creator>Youpas</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[
<p>The workflow assemblies need to be discoverable by the process calling the SqlTrackingQuery APIs. In your case, and per the error message, please make sure that the HostingWorkflowRuntime assembly and its dependencies&nbsp;are either GAC'ed or in the same directory
 as the WorkflowMonitor.exe. Hope this helps.<br>
<br>
--Moustafa</p>
<p>posted by moustafak</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632885310570000000</link>
		<pubDate>Sat, 15 Jul 2006 03:30:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c632885310570000000</guid>
		<dc:creator>moustafak</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[Why does www.windowsworkflow.net contain russian content?<br>
<br>
and.... <br>
<br>
<a href="http://www.whois.net/whois_new.cgi?d=WindowsWorkflow.net&amp;tld=net">http&#58;&#47;&#47;www.whois.net&#47;whois_new.cgi&#63;d&#61;WindowsWorkflow.net&#38;tld&#61;net</a><br>
<br>
<pre>Registrant:<br>   Dmitriy Afraimovich<br><br>   Registered through: GoDaddy.com, Inc. (<a href="http://www.godaddy.com">http&#58;&#47;&#47;www.godaddy.com</a>)<br>   Domain Name: WINDOWSWORKFLOW.NET<br><br>   Domain servers in listed order:<br>      NS1.NEO-DNS.RU<br>      NS2.NEO-DNS.RU<br></pre>
<br>
<p>posted by micklang</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c633691281360000000</link>
		<pubDate>Sun, 01 Feb 2009 23:35:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c633691281360000000</guid>
		<dc:creator>micklang</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[
<p><a href="<a href="http://msdn.microsoft.com/en-us/library/ms741706(VS.85">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;ms741706&#40;VS.85</a>).aspx"><a href="http://msdn.microsoft.com/en-us/library/ms741706(VS.85">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;ms741706&#40;VS.85</a>).aspx</a></p>
<p>posted by AhmedKelani2</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c633827271660000000</link>
		<pubDate>Thu, 09 Jul 2009 09:06:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c633827271660000000</guid>
		<dc:creator>AhmedKelani2</dc:creator>
	</item>
	<item>
		<title>Re: Workflow Monitor SDK tool demo</title>
		<description>
			<![CDATA[
<p><a href="<a href="http://msdn.microsoft.com/en-us/library/ms741706(VS.85">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;ms741706&#40;VS.85</a>).aspx"><a href="http://msdn.microsoft.com/en-us/library/ms741706(VS.85">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;ms741706&#40;VS.85</a>).aspx</a></p>
<p>u can get it from here</p>
<p>posted by AhmedKelani2</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c633827272580000000</link>
		<pubDate>Thu, 09 Jul 2009 09:07:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jamescon/Workflow-Monitor-SDK-tool-demo#c633827272580000000</guid>
		<dc:creator>AhmedKelani2</dc:creator>
	</item>
</channel>
</rss>