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
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
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
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
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
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
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
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
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
I already posted a question about this (Abandoned instances that will not continue execution (zombie instances)), but still haven\'t got an answer.