Sign In
The Activity Designer
WF 4.0 and Activity Designer tidbits
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Activity Designers
ActivityAction
Announcements
Arguments
Bookmarks
CacheMetadata
Custom Activities
Extensions
How-To
ICompositeView
InvokeAction
Links
ModelEditingScope
NativeActivity
Rehosting
Samples
Undo
Variables
WF 4.0
WF Designer
WF4
WF4.0
Work
Workflow Designer
XAML
Archive
Archives
February 2012
(1)
January 2012
(3)
December 2011
(2)
November 2011
(1)
September 2011
(4)
August 2011
(7)
July 2011
(1)
June 2011
(4)
May 2011
(1)
April 2011
(5)
March 2011
(4)
February 2011
(5)
December 2010
(2)
November 2010
(4)
October 2010
(4)
September 2010
(1)
August 2010
(1)
July 2010
(1)
June 2010
(3)
May 2010
(2)
April 2010
(6)
March 2010
(3)
February 2010
(6)
January 2010
(12)
December 2009
(3)
MSDN Blogs
>
The Activity Designer
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Activity Designer
(WF4 Link) - What’s new in WF4.5?
Posted
9 days ago
by
tilovell09
0
Comments
Quick Link Post - today Workflow PM Leon Welicki has an article in MSDN Magazine called “What's New in Windows Workflow Foundation 4.5”. Here is the link: http://msdn.microsoft.com/en-us/magazine/hh781025.aspx This article discusses some enhancements...
The Activity Designer
(WF4 - Link) For your reading pleasure – PeteGoo
Posted
24 days ago
by
tilovell09
0
Comments
Today I stumbled upon another WF4 blog with some quality content, so here is my unsolicited and personal recommendation to - if you are thinking about the how-to-host aspects of WF4 - to take a few minutes gaining some insights on how and why WorkflowServiceHost...
The Activity Designer
(WF4) Less Known Features - Declarative Expressions using Activities, and ExpressionServices.Convert
Posted
1 month ago
by
tilovell09
0
Comments
If you’re exclusively using the Visual Studio workflow designer to design activities, you might go for a very long time (or forever) without discovering a particular System.Activities namespace, which is System.Activities.Expressions . The first reason...
The Activity Designer
Logging properties–an easier way
Posted
1 month ago
by
tilovell09
2
Comments
I have often wanted a nice, easy way to simplify the writing and maintenance of code like this: Log.Trace(string.Format(“FooSetting.BarProperty1 = {0}”), FooSetting.BarProperty1)); Log.Trace(string.Format(“FooSetting.BarProperty2...
The Activity Designer
(WF4)(PU3) Picking apart SendReceiveExtension
Posted
1 month ago
by
tilovell09
0
Comments
Last time I mentioned there is something new in Platform Update 3 Beta called SendReceiveExtension. I still don’t know much about it other than the general reason for adding it to the .Net framework, which is basically to allow non-.Net classes to play...
The Activity Designer
Platform Update 3 Beta
Posted
2 months ago
by
tilovell09
0
Comments
G’day all, just a little snippet of news to share – remember .Net 4 Platform Update 1 ? The update with State Machine? Well, we are almost up to Platform Update 3 now, and the beta version is available for download . Note that this is not the final PU3...
The Activity Designer
(WF4) Adding VB namespace Imports to your workflow programmatically
Posted
3 months ago
by
tilovell09
2
Comments
These questions (paraphrased) have come up a bunch of times so it’s not that hard to find the answer, but I just rediscovered them so it’s on topic for today. “I want to add a namespace to the Imports designer automatically at design time, so the user...
The Activity Designer
(WF4) WF4 Sessions from //build/
Posted
4 months ago
by
tilovell09
0
Comments
As I mentioned earlier this week there were two WF focused sessions at //build/ this week. Now they’re done, but the videos are available online. Of course, also this week, at //build/ the developer previews of Windows 8, .Net Framework 4.5,...
The Activity Designer
(Work) Tool of the day - ‘clip.exe’
Posted
4 months ago
by
tilovell09
0
Comments
Today I was writing a batch file to do make a process semi-automatic. One of the non-automatic stages is copy and pasting some text into a web interface. “It’d be pretty cool” I thought, “if I could just add a line to my batch file saying ‘place %text...
The Activity Designer
(WF4, #bldwin) WF4 at //Build/
Posted
5 months ago
by
tilovell09
0
Comments
//Build/ is finally on! Session schedules are out, and I just wanted to let people know that there will be a couple WF sessions there in case there are any workflow-interested-attendees. Both the sessions are Friday, one at 12:30 PM (Ron Jacobs [twitter...
The Activity Designer
(WF4) ExpressionTextBox Expression Property and ArgumentToExpressionConverter
Posted
5 months ago
by
tilovell09
1
Comments
There are many examples of binding ETB, but I notice they tend to be short on the details of why the example code looks as it does. Maybe it is because we are short on the ‘why’ that people can get a little lost once they want to do something...
The Activity Designer
(Work) In which mklink gives me back my hard disk space
Posted
5 months ago
by
tilovell09
0
Comments
I’m always getting frustrated by little problems at work. One by one they are tiny but gradually they add up. Especially if they happen again and again every day! Running out of hard disk space on my C: drive on one of my machines is one of the ones which...
The Activity Designer
(WF4) Hosting the WorkflowDesigner (or other WPF stuff) in a separate AppDomain
Posted
5 months ago
by
tilovell09
3
Comments
A little while I begin a new rehosted designer project, and this time I want to get a little bit more creative with it, mixing in some of the stuff I have done earlier with XAML compilation. The more functionality like that I add, the closer to the Visual...
The Activity Designer
(WF4, Toolbox) Updating the WF4 Toolbox Icon FAQ (for Rehosting and Custom Activities)
Posted
6 months ago
by
tilovell09
3
Comments
Introit - call it whatever, but today I’m recycling an old post. And I have one more little confession. When I started writing a new rehosted app today, I found out my old toolbox FAQ was fairly useless. It was even getting to the point where someone...
The Activity Designer
(WF4) Lesser Known WF Features: WorkflowDataContext
Posted
6 months ago
by
tilovell09
2
Comments
Sometimes it happens that via the forums I learn about a new [to me] beast in the WF Zoo. Today that animal is WorkflowDataContext . The MSDN document is terse: “Represents the data context of the current workflow environment and provides...
The Activity Designer
(WF4) Setting a default type parameter for Generic Activities added from the Toolbox
Posted
6 months ago
by
tilovell09
1
Comments
One of our internal customers pinged me with a quick question today. He asked whether it is possible to set a default type argument for T if you have an activity of GenericType, say DataCollectorActivity<T>. I might have said this in passing by...
The Activity Designer
(WF4) The Story of State Machine
Posted
6 months ago
by
tilovell09
2
Comments
Hello State Machine fans! There have now been several eras of support for state machines in WF4 and WF3, and I think it would be good for a retrospective, part stocktake, part promo and making sure everyone is up-to-date (+reminder of CTP license terms...
The Activity Designer
(OffTopic) ‘ThreadSafe’ Classes
Posted
6 months ago
by
tilovell09
1
Comments
[Or: Rant - Code-Reviewing Random Code on the Internet.] I’m sure I’ve stumbled upon this post before once, and I hit it again today. I think it’s a little unfortunate this appears so high up in the results, as the post has a bunch...
The Activity Designer
[Windows, C#] Splitting/Forking/Cloning Standard Output
Posted
7 months ago
by
tilovell09
0
Comments
For one of my little projects at work, I’ve been creating a utility which will run as a child process which is just hosted as a console application. It prints a lot of output to console, and it would be kinda useful to be able to capture all the output...
The Activity Designer
(WF4) Enhancing the Context Menu for built-in ActivityDesigners? (and StateMachine)
Posted
7 months ago
by
tilovell09
2
Comments
Recently I noticed that I had automatically installed .Net Framework Platform Update 1 along with something else. So I should be able to use State Machine in my workflows now, right? Half right, half wrong! I forgot (and I am sure I am not the only one...
The Activity Designer
(WF4,WF3) Workflow Performance Talk
Posted
8 months ago
by
tilovell09
1
Comments
Today I had the pleasure of attending a brownbag (read ‘lunchtime presentation’) by Dustin Metzgar from the WF Performance team. He ran us through a slide deck with a lot of interesting performance comparisons between WF3 and WF4. Workflow Foundation...
The Activity Designer
(WF4) They have AsyncCodeActivity, why not AsyncNativeActivity?
Posted
8 months ago
by
tilovell09
3
Comments
AsyncCodeActivity is a nice class for wrapping calls to asynchronous APIs and turning them into activities that can run super-efficiently. But! There are a few limitations to being a subclass of AsyncCodeActivity when compared to NativeActivity. Such...
The Activity Designer
(WF4) Visual Workflow Tracking and WorkflowInspectionServices
Posted
8 months ago
by
tilovell09
5
Comments
Over time a few folks have asked on the forum for information about writing rehosted visual workflow debugger applications (a.k.a. workflow simulator, a.k.a. visual workflow tracking…). Many of these folks have already seen the Visual Workflow Tracking...
The Activity Designer
Why you should use IRegisterMetadata
Posted
9 months ago
by
tilovell09
1
Comments
or: best practices registering Workflow Activity Designers Getting your first custom Activity Designer to show up is not hard. There are plenty of samples to find. However, something mostly under-explained in such samples is that the way you get started...
The Activity Designer
.Net Framework 4 Platform Update 1
Posted
9 months ago
by
tilovell09
8
Comments
Hey everybody, just in case you haven’t heard the good news yet, our group released .Net Framework 4 Platform Update 1 today. Hurray! By the way, like me you may be confused upon hearing the term ‘platform update’ used this way. What does...
Page 1 of 4 (86 items)
1
2
3
4