I have created an Activity (CodeActivity) that retrieves the temperature where I live. I wan\'t to add that activity to a workflow and connect it to an if statement/activity that can based on my tem开
I have developed a wf-wcf services with a code activity and in it I want to retrieve the current URL of the service.
This particular problem is driving me nuts. I wonder if anyone has experienced a similar problem. If I load up a workflow then unload it and perform a memory snapshot then the result is predictable -
Related to this question. I have a xamlx w开发者_运维问答orkflow service that loads part of its definition from a database when it runs (using ActivityXamlServices.Load). Reason for this is that I ne
I have a workflow service that runs and performs a number of different operations (such as web service calls).
I am attempting to create seperate workflow instances as applications in IIS7 using the Microsoft.Web.Administration dll. When it attempts to add the Application to the Site ApplicationsCollection I g
I have a WF4 workflow service deployed in AppFabric. Is there any开发者_如何转开发 built-in way to do a generic search across all currently active workflow instances?
Just curious how Windows Workflow 4 executes 开发者_如何学JAVAvb code. Can I use the same techique to execute vb.net code at run-time?It\'s atually pretty specialized - before execution it compiles th
I have 2 methods on a workflow service hosted in WorkflowServiceHost. The first method is called and starts the regular workflow sequence - talking to other web services, database work etc but on som
I am using the designer rehosting samples and am trying to put the generic types into the toolbox, however I can\'t seem to make it work.