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
My New Blog
Posted
over 7 years ago
by
ntalbert
0
Comments
Two things have happened which made me think I needed a second blog: My job has changed slightly so I've got a few non-workflow things to say now. I wanted a place where I didn't feel obligated to stick to work related topics. Let me introduce...
Advanced Workflow: Enabling Tricky Scenarios
Forum post about Persistence, IEventActivity, Transactions, and Correlation
Posted
over 7 years ago
by
ntalbert
4
Comments
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=488698&SiteID=1&mode=1 There was a great set of questions that showed up on the forum the other day and I've finally gotten around to answering them all. I was planning on posting the answers...
Advanced Workflow: Enabling Tricky Scenarios
Passivation (Dehydration, Unloading) Policy
Posted
over 7 years ago
by
ntalbert
1
Comments
Windows Workflow Foundation (WF) ships with two out of box modes of passivation (also referred to as dehydration and unloading) of a workflow. Passivation is the process by which a workflow's state is saved to the database AND the workflow is removed...
Advanced Workflow: Enabling Tricky Scenarios
ASP.NET and DefaultWorkflowSchedulerService
Posted
over 7 years ago
by
ntalbert
19
Comments
QUESTION: Can I use DefaultWorkflowSchedulerService instead of ManualWorkflowSchedulerService in my IIS hosted WorkflowRuntime? ANSWER: Do so at your own risk. It's like swimming in an unguarded pool or skydiving ... Using the DefaultWorkflowSchedulerService...
Advanced Workflow: Enabling Tricky Scenarios
Spawned Contexts - Replicator, While, State, EventHandlers, and CAG
Posted
over 7 years ago
by
ntalbert
28
Comments
Ever wonder why this.delayActivity1.TimeoutDuration sometimes doesn't change the timeout duration? How come this.callExternalMethodActivity1.ParameterBindings["(ReturnValue)"] isn't giving you the value you expect in some scenarios? How is it possible...
Advanced Workflow: Enabling Tricky Scenarios
Workflows and Transactions
Posted
over 7 years ago
by
ntalbert
3
Comments
QUESTION: How do I get access to a transaction inside my workflow? ANSWER: First of all, this post has nothing to do with flowing a transaction into a workflow instance. That is a completely different topic which we might cover at some other time....
Advanced Workflow: Enabling Tricky Scenarios
Clean up your Created Workflows
Posted
over 7 years ago
by
ntalbert
0
Comments
QUESTION: What happens to a workflow instance I've created but never started? ANSWER: Calling WorkflowRuntime.CreateWorkflow () will give you back a WorkflowInstance which, in essence, is a proxy to a runtime instance in the Created state. But what...
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 (13 items)