I\'m having a display problem with the TFS build workflow visualizer in Visual Studio 2010. Steps to reproduce:
I am having a problem Persisting a workflow in wf4. I cannot persist the workflow using the Persist Activity.
How do I access or read t开发者_开发知识库he value of an InArgument outside of the Execute method of the Activity in which it has been declared?
I have a edit sales invoice page in asp.net mvc 3 that looks something like On this page \"save\" is normal Post button which will save any changes to the invoice made at this screen. However, nex
I was able to load a linq2sql objects into my workflow service instance, and was able to access the values from those objects with no problems. How开发者_JAVA技巧ever, what I noticed was that the work
I\'ve got an extension that I add to WorkflowApplication.Extensions, the WorkflowApplication is poin开发者_运维知识库ting at a .xaml workflow (the parent) which calls another .xaml workflow (the child
I\'m having a hard time getting a custom activity designer of mine to display in the workflow designer. My activity includes an activity func, and I\'ve already found a number of blo开发者_如何学JAVAg
I\'m trying to load and invoke activityes from custom activity as follows: Imagine I have a xamlx like this:
The built-in designers of activities like Sequence can be collapsed to a more compact view. In my custom activity designer, the collapse button is there (at right top) but apparently nothing happens i
I am trying to construct a simple windows workflow to monitor a directory for inbound files and do some DB updates using Windows WF 4.0. Currently I am planning to build a \'WCF Workflow Service\' and