I get the following error when i try to run a console program which calls a Workflow 4 activity I created. Note the workflow compiles and runs without issue when executed from unit Tests or embedded i
We are evaluating Windows Workflow Foundation 4 to use in MVC 3 based Web Applications. We would like to create flexible order workflows for different projects.
I have a long running activity (where the activity is continually doing work for a long period of time - not an activity that is waiting for a response from an external source) and I want to report pr
There are certain places in my code where I invoke an activity using the WorkflowInvoker.Invoke method. I\'m having a lot of performance issues because I create an activity every time I need to invoke
I am new to both Silverlight and WF (both 4.0 version), i was wondering if we can integrate WF4.0 with Silverlight 4.0 in such a way that, when we click on some button in sliverlight UI the workflow s
I read some blog that If we host workflow foundation in asp.net, there will be issues with workflow persistence, is this co开发者_运维百科rrect? and what is the better idea to host workflow foundation
I have created a Silverlight class library which holds a lot of the common utility methods I use day to day in my Silverlight development.
I have workflow designer which I use for authoring workflow; now when I drop any activity to Designer I catch that in ModelChanged event and can get the all the InArguemnt of that type now I want to a
We are strongly considering using Workflow Foundation 4 in our products, however must support both SQL Server and Oracle. Doe开发者_开发技巧s anyone know an Oracle Instance Store provider for Workflow
Does anyone know if it\'s possible to host a self-hosted WorkflowServiceHost application in IIS without turning it into a XAMLX file? If so, how?