Sign in
Advanced Workflow: Enabling Tricky Scenarios
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
October 2006
(1)
June 2006
(1)
May 2006
(1)
April 2006
(1)
March 2006
(3)
February 2006
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Advanced Workflow: Enabling Tricky Scenarios
Replicator Tips and Tricks
Posted
over 7 years ago
by
ntalbert
7
Comments
Here are a few tips and tricks for using the ReplicatorActivity successfully. It is a powerful activity which, when approached from the correct point of view, can be relatively easy to use. Definitions seed value - a value added to either of the...
Advanced Workflow: Enabling Tricky Scenarios
Parallelism in Windows Workflow Foundation (WF)
Posted
over 7 years ago
by
ntalbert
12
Comments
QUESTION: Does a ParallelActivity start one thread for each branch? How many threads will it use for processing? ANSWER: The short answers are "no" and "1". If you've heard it before, then these answers make sense. If not, then read on for an explanation...
Advanced Workflow: Enabling Tricky Scenarios
ActivityExecutionStatus.Faulting
Posted
over 7 years ago
by
ntalbert
0
Comments
QUESTION: Can I return ActivityExecutionStatus.Faulting from a signal method to "fault" the activity? ANSWER: As a general rule only the current status and Closed are valid return values from any of the signal methods. Therefore: Execute () – Return...
Advanced Workflow: Enabling Tricky Scenarios
Activity "Lifetime" Methods
Posted
over 7 years ago
by
ntalbert
0
Comments
QUESTION: How do I manage resources (like sockets) which are held by an activity? ANSWER: System. Workflow.ComponentModel.Activity has several overridable methods defined, but there is a newer subset of these methods which I like to refer to as "Lifetime...
Advanced Workflow: Enabling Tricky Scenarios
Any Questions?
Posted
over 7 years ago
by
ntalbert
31
Comments
Is there anything about Windows Workflow Foundation (WF) that you would like to know and feel is an appropriate topic for this blog? If so, please add a comment to this post. I will use the comments as seeds for future postings. Even if someone has already...
Advanced Workflow: Enabling Tricky Scenarios
Introduction
Posted
over 7 years ago
by
ntalbert
0
Comments
The purpose of this blog is to provide public answers to the Windows Workflow Foundation questions that I come across every now and again at work. These questions usually target a specific scenario but can be easily abstracted to a more general inquiry...
Page 1 of 1 (6 items)