I am new to Windows Workflow and trying to write a Long Running process. I am also trying to limit how long this process can run for.
This i开发者_如何学Gos proof of concept project - The goal is to create an application that receive some system wide events and based on some business rules invokes a specific workflow.
Is this possible? I know it is for MS since th开发者_如何学Cey have WF activity packs but I\'m not sure how it\'s done. It would be nice to be able to have Activities with Body blocks to insert other
I am trying to figure out the best way of achieving the following. I have a web service that will be called by a page within a web application. The service itself needs to return a result within a se
I need to decorate all the activities shown in designer with some icons or other pictures. is t开发者_如何学Gohere any way to show all activities with some decoration (lets say cross \"X\" as picture
I have ran into an issue with my SQL instance store attached to a WorkflowApplication that is running. When I exit my application I\'m calling an Unload() on the WF app to persist it. I didn\'t think
I\'ve created a custom workflow activity for TFS 2010 to customize the assembly versioning.I\'ve created the activity and tested it using a Testworkflow and some unit testing code.It works fine.When I
Using this MSDN Article as an example for pausing and resuming, one would开发者_如何学Go assume that this would be pretty straight forward. This is how I\'m \"pausing\" the workflow...
Let\'s have a workflow consisted of Receive activity followed by Delay activity. The Receive activity has CanCreateInstance = true
If开发者_运维技巧 we put in production the version 1.0 of a workflow, and we change it to, let say, 1.1. What happens with the persisted instances? if you have experience in that issue, please tell me