I finally moved off of Community Server as my blog engine and migrated to this site using WordPress. It’s all new to me so I’m still figuring out the settings, but with the help of […] Read More
Windows Workflow
On a recent project, we had a requirement to use a SharePoint Designer workflow to call an external web service. Instead of writing my own custom Activity, I did a search to see what was […] Read More
Trying out the Twitter Notifier using Live Writer. Found in the Live Writer SDK for Technical Preview. This should show up on my Twitter feed.
I ran into this when using SharePoint Designer to create a simple workflow. When I went to deploy the workflow to my site, I got a bunch of errors that looked like this: (0, 0) […] Read More
Henry asked me to figure out a way to easily deploy the custom activity I wrote, so with a suggestion and a pointer from him I was on my way. The end result is deployment […] Read More
My recent task was to create a custom workflow activity that users could access in SharePoint Designer which would be used to retrieve a users manager from Active Directory. No, you don’t get this out […] Read More
Along the lines of my previous post, and discovered through the same source (ServerSide.net), Jon “stole” an idea I had on how to use WF in an ASP.NET app to manage page flow. I say […] Read More
I came across these tips on Debugging WF-based workflows hosted in ASP.NET from a link on ServerSide.net. Chances are, I would’ve struggled with this for a few hours before figuring it out. Thanks Christian!