Windows Workflow Foundation 4.0 operating system containing a delay operation

I am working with Beta 2 Visual Studio 2010 to get some advanced understanding of WF4. I created a workflow that has a select function that is contained in the If action. In the select operation, I have two triggers, one of which contains a delay with a time interval of 10 seconds, and the other trigger has a bookmark for the manager who needs to approve. I am trying to use Delay to set the state variable to Expired if the manager does not approve the allocated time. This is very similar to what Matt Milner did in his post: http://msdn.microsoft.com/en-us/library/ee342461.aspx, except that it uses the DoWhile Activity, whereas I need to use the If Operation, which I described here. I also use persistence and workflow hosting from an ASP.Net application. I am wondering, the problem that I see is caused by the fact that the Internet browser does not support the workflow in memory, and there is no way to resume the workflow when the delay ends.

+3
source share
1 answer

WorkflowServiceHost XAMLX , WorkflowManagementService . WorkflowApplication, .

, : , , .

+1

Source: https://habr.com/ru/post/1728089/


All Articles