I am planning to build a custom web application in ASP.NET 4.0 using WF 4.0, the user wants ability to modify workflows himself, for this we will be using a WPF client which the user can use and we wi
We have identified the need to flush out several different workflows that have been suspended/persisted for a long time (i.e. hung instances). This is so that our test environment can be flushed clean
Is there a way to get the list of executed activites in a 开发者_运维百科windows workflow? I have one that has several paths, and i want to access from outside after they\'ve been executed (from a tes
Is it possible to easily call a long running WF service from an other long running workflow service and have the calling service wait for the called service to complete. Is there any out of the box su
I have 2 projects in my solution. SAMII.Workflow --- .Net 4.0 (Any CPU) SAMII.Core--- .Net 3.5 (Any CPU)
Is it possible to add a locked WorkflowD开发者_Go百科esigner View to a WPF application? By locked I mean no change or editing whatsoever can be done to the Workflow Model.Yes by changing the ReadOnlyS
I\'m running workflows in worflow foundation 4 with SQL Durable instancing for persistence. Sometimes, I\'m getting System.Runtime.DurableInstancing.InstanceOwnerException when resuming a workflow.
Question: I开发者_如何学Pythons there an easy way to find out what Activity Type was used to create a workflow?
When I rehost a designer, I can declar开发者_如何学Pythone variables and their scopes. However, not all activities can be the scope of a variable. I notice Sequence, Parallel, PickBranch can be the ho
I have a NativeActivity that encapsulates a ReceiveSendReply actvity with a simply operation GetData() with string parameters. When I dropped this compiled actvity onto a xamlx hosted in IIS/AppFabric