workflow-foundation-4
Using internal Microsoft editors in custom workflow activities
I am creating custom activity using Workflow 4.0 and i would like to use existing Microsoft property editor. To be precise i\'d like to use SendContentPropertyEditor. This class is internal but i was[详细]
2023-03-16 23:06 分类:问答wf - passing an approval value to an activity
I have an Activity( waiting for an approval ) that contains a WhileActivity. In the while activity I want to read the value of an argument - if it returns true I execute I continue with workflow execu[详细]
2023-03-16 23:02 分类:问答How to Prevent an Invalid Workflow Action from Executing
I have an existing Workflow engine that picks up xml messages from an Azure queue. The XML piece has the information on the WorkflowAction executed, which in turn is passed to and processed in the act[详细]
2023-03-15 23:16 分类:问答Multi Branching in Microsoft Workflow Foundation 4
I’m working on a BPMS project with WF4. For implementing human activities I used custom native activity that executes several functionality. A book mark is created with it. WF instance is persisted[详细]
2023-03-15 18:42 分类:问答Create custom channefactory for dynamically calling workflows
I need to create a custome channel factory for calling WCF Wrokflow services hosted in the IIS. At runtime only i will be able to know which workflow should be called a开发者_运维技巧nd which method n[详细]
2023-03-14 18:38 分类:问答Does AppFabric help with Windows Workflow Foundation development?
What are the advantages of using WF 4.0 in an AppFabric environment, for ASP.NET MVC? What additional hoops do you have to jump through if you don\'t have AppFabric? What bad stuff does AppFabric do t[详细]
2023-03-14 13:19 分类:问答Call WF4 Worfklow Service with JQuery
How to call a WF4 workflow service using JQuery with Json serializa开发者_运维百科tion? ThanksYou can\'t directly. WF4 services only work with XML SOAP style services so you would need to convert the[详细]
2023-03-14 00:21 分类:问答Persistence inside the execute method of a nativeactivity
I need to figure out if something is possible or if there is a better solution to my issue.Below is a scenario that I have.Inside of the activity\'s Execute method, I need to be able to run 3 differen[详细]
2023-03-13 21:55 分类:问答Workflow error in VS2010
i m trying to run an example of microsoft workflow software. I get the following error in a line: wsh.Description.Behaviors.Add(开发者_开发问答new SqlWorkflowInstanceStoreBehavior(ApprovalProcessDBCo[详细]
2023-03-13 17:48 分类:问答AppFabric / WF 4.0 instances stuck despite no bookmark and pending timer
I already posted a question about this (Abandoned instances that will not continue execution (zombie instances)), but still haven\'t got an answer.[详细]
2023-03-12 17:02 分类:问答