I have an activity that consists of an Receive activity and a SendReply activity. The receive activity waits for a message then it writes it out to the console and then sends a reply.
I have a st开发者_运维知识库andard WCF service workflow with several Persist actions (all created via UI drag and drop). Most of the persist actions succeed, but one fails.
I have a WF4 service that emulates a sales funnel.It works by starting with a \"Registration\" receive call.After that, there are 10 similar stages (comprised of a 2 receives at each stage).You can\'t
Is there a way to call a custom made workflo开发者_StackOverfloww activity from within a CodeActivity? I have created some helpful activities (like sending emails and then writing to a log) that I use
AI have a WF 4 application which contains a sequence workflow that has a ParallelFor containing a Sequence with three sequential activites.
I am going to implement a user editable workflow. They should support if/then clauses and perhaps cycles. The operation Domain is not editable and will contain predefined set of operations like: Send
I\'m a total noob at workflow! I want to host several workflows (not as a service, bog standard workflows); however i also want them to share a common activity (ActivityX). Now ActivityX should block
We have a long running workflow which uses SQL tracking service (.Net WF 4.0). In the next update, we would like to introuduce a public property in one of the arguments of the workflow. Since this is
Given a working secti开发者_C百科on of Windows Workflow within the designer, I\'d like to use that section from another place in the process.I want to create a subroutine.
I\'m trying to work out how to resume a persisted workflow that I\'m self-hosting with a WorkflowServiceHost. Currently my host wires up persistence and idling behaviour like so: