I understand that the WorkflowDesigner can receive a dragged item in several ways, for example: By dragging an item from the toolbox and dropping it on the designer: an empty activity of that type w
I\'m trying to edit my TFS 2010 build templates using the Visual Studio 2010 Workflow designer. I have this nice widescreen display, and the designer insists on displaying the activity blocks in itty
There is a requirement in my project where i should implement an option where a user can change the workflow dynamically i.e. on runtime. To be more specific if a workflow passes through a set of acti
Greetings, I\'m trying to create a workflow using a ActivityBuilder, and then get the XAML. This flow use a custom activity (WaitForInput) to handle bookmarks. This class inherits from NativeActivity
How can I dynamically set the values of variables from the parent scope in a Windows Workflow Foundation activity under .NET 4?
Is there way to set the default window of expression editor in WF designer of visual studio? Every time it shows up it is too small an开发者_StackOverflowd I need to resize it. It is so unusefull!
I\'ve just encountered a compile error I\'ve not seen before.In a solution that contains Windows Workflow Foundation 3 projects, Visual Studio reports that it failed to compile the projects because it
This is a follow-up question to Setting internal properties in co开发者_运维知识库mposite WF4 Activities at design time.
I want to create a composite Windows Workflow Activity (under .NET 4) tha开发者_高级运维t contains a predefined ReceiveAndSendReply Activity. Some of the properties are predefined, but others (particu
Given a SQL Server-persisted .NET 4 Windows Workflow Foundation (WF) workflow service deployed under AppFabric, how can I \"jump\" the service from one activity to another? The workflow could be seque