<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>Search results matching tag 'WF'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=WF&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'WF'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Dyamic loading of Workflows using InvokeWorkflow?</title><link>http://forums.asp.net/thread/3268918.aspx</link><pubDate>Wed, 01 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3268918</guid><dc:creator>PaulAik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I&amp;#39;m currently doing a little investigation into WF to find out if it&amp;#39;s viable for a project I&amp;#39;m looking to build. I&amp;#39;ve got the following scenario in my head, do any of you guys know if it&amp;#39;s possible with WF?&lt;/p&gt;&lt;p&gt;Scenario -&lt;/p&gt;&lt;p&gt;a) The user enters a &amp;#39;visit code&amp;#39; against a client visit that has been cancelled/has some special event happen (e.g. visit not possible due to X). &lt;/p&gt;&lt;p&gt;b) The visit info is sent to WF. A main workflow loop reads the Visit Code and starts a workflow to deal with the business rule (via InvokeWorkflow?) - the main workflow has knowledge of all of the visit codes (a big if/else branch?)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;c) A new workflow is spawned to deal with the visit/visit code, the main WorkFlow continues indefinitely waiting for new visits.&lt;/p&gt;&lt;p&gt;All of that sounds feasible, however I&amp;#39;d like to know if it would be possible to do the following:&lt;/p&gt;&lt;p&gt;- Allow users of the system to dynamically create new/change Workflows to deal with new business rules (via a Workflow Manager util?), which are then persisted to the Workflow Database.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;- Be able to add these new codes into the main Workflow loop so they&amp;#39;d be caught and processed (e.g. add another branch to the main loop containing another InvokeWorkflow)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Is this possible? Or am I looking for too much...!&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Paul&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WorkflowComplete Event Never Fired</title><link>http://forums.asp.net/thread/3094601.aspx</link><pubDate>Thu, 16 Apr 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3094601</guid><dc:creator>RicardoPeres</dc:creator><description>Hi,

I have a situation where I am starting a workflow, everything works fine, however, the WorkflowComplete event is never fired, neither the WorkflowTerminated, WorkflowAborted or ServicesExceptionNotHandled; simply, the workflow ends, and the the last event fired is the WorkflowIdled.

I am storing the WorkflowRuntime in the Application, and I am using a ManualWorkflowSchedulerService. If anyone is willing to help, I can post the code.

Any ideas?

Thanks in advance!

Ricardo Peres</description></item><item><title>Create Dynamic WorkFlow</title><link>http://forums.asp.net/thread/2664583.aspx</link><pubDate>Mon, 06 Oct 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2664583</guid><dc:creator>marzieh309</dc:creator><description>&lt;p&gt;&amp;nbsp;hi, i want programing project that can generate workflow&amp;nbsp; dynamic at runtime such as sharepoint workflow . in fact i have to write ge generator for workflow that end user can make thier workflow , i dont want use office shareopoint workflow but i want design generetor such as it.&lt;/p&gt;&lt;p&gt;please help me how can i do it?&lt;img src="http://forums.asp.net/emoticons/emotion-7.gif" alt="Tongue Tied" /&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: New-Mailbox Issues</title><link>http://forums.asp.net/thread/2583452.aspx</link><pubDate>Wed, 27 Aug 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2583452</guid><dc:creator>loxschpen</dc:creator><description>&lt;p&gt;Well I have good news and bad news for you.&lt;/p&gt;
&lt;p&gt;First the bad: the fact of it all is that you CANNOT run the Exchange Management Shell from ANY ASP&amp;gt;NET application. Why is this you ask? Well our friends over at Microsoft have taken the ability to impersonate out of their new environment. I know I am in the same boat as you as I automated 3 companies with wonderful web services for Exchange 2000 and 2003 using CDOEXM....&lt;/p&gt;
&lt;p&gt;SO what is the good new? Well its this, you can run your scripts under a NON impersonated account. So what I did was create a new service account for Exchange 2007 and then tested to made sure it worked.&amp;nbsp; Now that I had that account I created a new WCF Workflow library in VS2008. Once I did that I was able to install it in IIS 7 and run the WF as my new service account.&lt;/p&gt;
&lt;p&gt;We can now get to work by taking an interface application via the web into our new WCF Workflow. Not only does the workflow make things nice and easy on programming, but custom error handling and even rollbacks are done for me. Now if something fails, I notify the user via an AJAX panel of the status of the job and dont let them submit the same one again until the issiues are fixed. This allowed me to teach the WF all about how to solve certain error codes making my applications moron proof.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am writing an article for the Code Project and DevX on it and I will have it posted out soon. Let me know if this helps you or what other direction you have gone down.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Timothy&lt;/p&gt;</description></item><item><title>Re: New to WCF and WWF...Plz Help</title><link>http://forums.asp.net/thread/2524105.aspx</link><pubDate>Wed, 30 Jul 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2524105</guid><dc:creator>rehankhan</dc:creator><description>&lt;p&gt;I have collected some links for my self learning. You can go through that and will definetly help you in learning WWF&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.developer.com/net/net/article.php/3627266"&gt;http://www.developer.com/net/net/article.php/3627266&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://dotnet.sys-con.com/read/163734.htm"&gt;http://dotnet.sys-con.com/read/163734.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Hope this will help you in understanding basics of WWF.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Bye&lt;br /&gt;Rehan Mustafa Khan&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Workflow: Create an application to create workflows</title><link>http://forums.asp.net/thread/2403680.aspx</link><pubDate>Thu, 05 Jun 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2403680</guid><dc:creator>status_quo</dc:creator><description>&lt;p&gt;Hello people.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;First, forgive me if my terminology is incorrect. This is day one for me on WF.&lt;/p&gt;
&lt;p&gt;Am wondering if its possible to create an application that will let me create my own workflow processes....&lt;/p&gt;
&lt;p&gt;like this:&lt;/p&gt;
&lt;p&gt;Think for example an accounting software; i could design&amp;nbsp;a workflow for orders and&amp;nbsp; other for receipts and yet another for inventory control...But then, i would like to host them inside an application so that a user can later decide to create/edit/copy( and the like) those previously created processes/workflows.&lt;/p&gt;
&lt;p&gt;All the processes/workflows are to be composed of a data storage element, a users element, a role element, an action element and the conencting arrows.&lt;/p&gt;
&lt;p&gt;This looks fuzzy even to me, but if you can help me somehow...&amp;nbsp;&lt;/p&gt;</description></item><item><title>What technology or programming language is this?</title><link>http://forums.asp.net/thread/2176798.aspx</link><pubDate>Fri, 15 Feb 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2176798</guid><dc:creator>hsl001</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I came across a website and use web and winforms menu system together.&amp;nbsp; I tried to right click on the menu items to view&amp;nbsp;the codes but it was not available.&amp;nbsp; Can someone explain what technology that they use and how would one go about doing it?&amp;nbsp; Is it WPF, Silverlight or something else.&lt;/p&gt;
&lt;p&gt;sorry it&amp;#39;s not &lt;a href="http://www.logmein.com/"&gt;www.logmein.com&lt;/a&gt;&amp;nbsp;, try &lt;a href="http://dovico.com/"&gt;http://dovico.com/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;TIA&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;</description></item><item><title>Re: Help....</title><link>http://forums.asp.net/thread/2130382.aspx</link><pubDate>Thu, 24 Jan 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2130382</guid><dc:creator>XML@asp</dc:creator><description>&lt;p&gt;thanks for the idea parsons. How do i get the value of&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span class="cmt"&gt;&lt;font color="#00d502"&gt;//Get the Response&lt;/font&gt;&lt;/span&gt;&lt;br /&gt;HttpWebResponse response = request.GetResponse();&lt;br /&gt;System.IO.StringReader sr = &lt;span class="kwd"&gt;&lt;font color="#0000ff"&gt;new&lt;/font&gt;&lt;/span&gt; System.IO.StringReader(response.GetResponseStream());&lt;br /&gt;&lt;span class="kwd"&gt;&lt;font color="#0000ff"&gt;string&lt;/font&gt;&lt;/span&gt; result = sr.ReadToEnd();&lt;/p&gt;
&lt;p&gt;how do i get the value of the response???&lt;/p&gt;
&lt;p&gt;please help. i am using the vb.net thanks. I translate it in vb.net but how do i get the value in the response.. for example the state or address??? &lt;/p&gt;
&lt;p&gt;&amp;nbsp;thanks..&lt;img src="http://forums.asp.net/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;/p&gt;</description></item><item><title>Workflow Runtime Problem</title><link>http://forums.asp.net/thread/2090061.aspx</link><pubDate>Fri, 04 Jan 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2090061</guid><dc:creator>Sohnee</dc:creator><description>&lt;p&gt;I am getting the following error when I try to run a WF and WCF service:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;System.IO.FileNotFoundException: Could not load file or assembly &amp;#39;System.Workflow.Runtime&amp;#39; or one of its dependencies. The system cannot find the file specified.
File name: &amp;#39;System.Workflow.Runtime&amp;#39;

Server stack trace: 
   at System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp;amp; stackMark, Boolean loadTypeFromPartialName)
   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp;amp; stackMark)
   at System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp;amp; stackMark)
   at System.Type.GetType(String typeName, Boolean throwOnError)
   at System.Workflow.Runtime.WorkflowRuntime.AddServiceFromSettings(WorkflowRuntimeServiceElement serviceSettings)
   at System.Workflow.Runtime.WorkflowRuntime.PrivateInitialize(WorkflowRuntimeSection settings)
   at System.Workflow.Runtime.WorkflowRuntime..ctor(WorkflowRuntimeSection settings)
   at System.ServiceModel.Configuration.WorkflowRuntimeElement.CreateBehavior()
   at System.ServiceModel.Description.ConfigLoader.LoadBehaviors[T](ServiceModelExtensionCollectionElement`1 behaviorElement, KeyedByTypeCollection`1 behaviors, Boolean commonBehaviors)
   at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1 addBaseAddress)
   at System.ServiceModel.ServiceHostBase.ApplyConfiguration()
   at System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses)
   at System.ServiceModel.WorkflowServiceHost.InitializeDescription(WorkflowDefinitionContext workflowDefinitionContext, UriSchemeKeyedCollection baseAddresses)
   at System.ServiceModel.WorkflowServiceHost..ctor(Type workflowType, Uri[] baseAddress)
   at Microsoft.Tools.Common.ServiceReflectionUtility.TryCreateWorkflowServiceHost(Type type)
   at Microsoft.Tools.Common.ServiceReflectionUtility.IsWFServiceClass(Type type)
   at Microsoft.Tools.SvcHost.ServiceHostHelper.CheckServiceKind(Type type)
   at Microsoft.Tools.SvcHost.ServiceHostHelper.LoadServiceAssembly(String svcAssemblyPath)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp;amp; outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp;amp; outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp;amp; msgData, Int32 type)
   at Microsoft.Tools.SvcHost.ServiceHostHelper.LoadServiceAssembly(String svcAssemblyPath)
   at Microsoft.Tools.SvcHost.CrossAppDomainSvcHost..ctor(String svcAssemblyPath, String svcConfigPath)&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;I have attempted to add persistence / tracking to the Workflow, which is what has caused the error - here is the config changes:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;pre class="coloredcode"&gt;    &amp;lt;&lt;span class="tag"&gt;behaviors&lt;/span&gt;&amp;gt;
      &amp;lt;&lt;span class="tag"&gt;serviceBehaviors&lt;/span&gt;&amp;gt;
        &amp;lt;&lt;span class="tag"&gt;behavior&lt;/span&gt;&lt;span class="attr"&gt; name=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;ProcessToDoWorkflow.Behavior&amp;quot;&lt;/span&gt;  &amp;gt;
          &amp;lt;&lt;span class="tag"&gt;serviceMetadata&lt;/span&gt;&lt;span class="attr"&gt; httpGetEnabled=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt; /&amp;gt;
          &amp;lt;&lt;span class="tag"&gt;serviceDebug&lt;/span&gt;&lt;span class="attr"&gt; includeExceptionDetailInFaults=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;false&amp;quot;&lt;/span&gt; /&amp;gt;
          &amp;lt;&lt;span class="tag"&gt;serviceCredentials&lt;/span&gt;&amp;gt;
            &amp;lt;&lt;span class="tag"&gt;windowsAuthentication&lt;/span&gt;
&lt;span class="attr"&gt;                allowAnonymousLogons=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;false&amp;quot;&lt;/span&gt;
&lt;span class="attr"&gt;                includeWindowsGroups=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt; /&amp;gt;
          &amp;lt;/&lt;span class="tag"&gt;serviceCredentials&lt;/span&gt;&amp;gt;
          &amp;lt;&lt;span class="tag"&gt;workflowRuntime&lt;/span&gt;&lt;span class="attr"&gt; name=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;ProcessToDoWorkflowRuntime&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; validateOnCreate=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; enablePerformanceCounters=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt;&amp;gt;
            &amp;lt;&lt;span class="tag"&gt;services&lt;/span&gt;&amp;gt;
              &amp;lt;&lt;span class="tag"&gt;add&lt;/span&gt;&lt;span class="attr"&gt; type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService, System.Workflow.Runtime,
                Version=3.0.00000.0, Culture=neutral,
                PublicKeyToken=31bf3856ad364e35&amp;quot;&lt;/span&gt; /&amp;gt;
              &amp;lt;&lt;span class="tag"&gt;add&lt;/span&gt;&lt;span class="attr"&gt; type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService, System.Workflow.Runtime,
                Version=3.0.00000.0, Culture=neutral,
                PublicKeyToken=31bf3856ad364e35&amp;quot;&lt;/span&gt;
&lt;span class="attr"&gt;                   connectionString=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Data Source=localhost;Initial Catalog=Persistence;Integrated Security=True&amp;quot;&lt;/span&gt;
&lt;span class="attr"&gt;                   LoadIntervalSeconds=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;1&amp;quot;&lt;/span&gt;
&lt;span class="attr"&gt;                   UnLoadOnIdle=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt; /&amp;gt;
              &amp;lt;&lt;span class="tag"&gt;add&lt;/span&gt;&lt;span class="attr"&gt; type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;System.Workflow.Runtime.Tracking.SqlTrackingService, System.Workflow.Runtime, 
                Version=3.0.00000.0, Culture=neutral, 
                PublicKeyToken=31bf3856ad364e35&amp;quot;&lt;/span&gt;
&lt;span class="attr"&gt;                  connectionString=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Data Source=localhost;Initial Catalog=Tracking;Integrated Security=True&amp;quot;&lt;/span&gt;/&amp;gt;
              &amp;lt;&lt;span class="tag"&gt;add&lt;/span&gt;&lt;span class="attr"&gt; type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;System.Workflow.Runtime.Hosting.DefaultWorkflowTransactionService, System.Workflow.Runtime&amp;quot;&lt;/span&gt; /&amp;gt;
            &amp;lt;/&lt;span class="tag"&gt;services&lt;/span&gt;&amp;gt;
          &amp;lt;/&lt;span class="tag"&gt;workflowRuntime&lt;/span&gt;&amp;gt;
          &amp;lt;/&lt;span class="tag"&gt;behavior&lt;/span&gt;&amp;gt;
      &amp;lt;/&lt;span class="tag"&gt;serviceBehaviors&lt;/span&gt;&amp;gt;
    &amp;lt;/&lt;span class="tag"&gt;behaviors&lt;/span&gt;&amp;gt;&lt;/pre&gt;&amp;nbsp;Any help would be much appreciated.</description></item><item><title>WF Workflow SqlWorkflowPersistenceService</title><link>http://forums.asp.net/thread/2070619.aspx</link><pubDate>Thu, 20 Dec 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2070619</guid><dc:creator>Sohnee</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using the 3.5 framework&amp;#39;s Receive Activity with &amp;quot;CanCreateInstance&amp;quot; set to true. I would love to add persistence to this, but as the instances are being managed internally by the framework, I can&amp;#39;t find a handle to add the SqlWorkflowPersistenceService.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve made the config changes and created the database and I can add persistence to the &amp;quot;old&amp;quot; style 3.0 framework (where you created the instances manually) - but where I&amp;#39;m not manually creating &lt;span style="COLOR:teal;"&gt;WorkflowInstance&lt;/span&gt;&lt;span style="COLOR:black;"&gt; myInstance, I don&amp;#39;t have the &amp;quot;myInstance&amp;quot; to add to?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:black;"&gt;Any suggestions would be greatly appreciated.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:black;"&gt;Cheers&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>