As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
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
This is sort of a noob question... I\'ve seen how to create an activi开发者_运维百科ty that works with bookmarks here, but how can I use this custom code as an Activity inside a workflow designer?In
How do I get (programatically) the current selection? As an Activit开发者_如何学Goy instance, if possible?Activity activity = workflowDesigner.Context.Items.GetValue<Selection>().
I am trying to write a custom activity by composing standard Activities, one of which is an Assign activity which is responsible for assigning a string value to an OutArgument, called \'TextOut\', whi
How do you configure a custom workflow extension (such as a PersistenceParticipant descendant) in Web.开发者_高级运维config when deploying to IIS or AppFabric? (For WF 4)You can do so in the CacheMeta
at the top of my template workflow I put a ReceiveRequest / SendReply block where I\'d like to perform synchronous operations, enabling then the user client开发者_开发问答 to receive a timely response
Is it possible to enable intellisense in the rehosted workflow designer (as like in Visual studio)? if yes, how?