<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PeteStilgoe.com &#187; Sharepoint Workflows</title>
	<atom:link href="http://www.petestilgoe.com/category/sharepoint-workflows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>&#34;Be fearful when others are greedy, be greedy when others are fearful.”</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Sharepoint Workflow Task Error: This task is currently locked by a running workflow and cannot be edited</title>
		<link>http://www.petestilgoe.com/2011/04/sharepoint-workflow-task-error-this-task-is-currently-locked-by-a-running-workflow-and-cannot-be-edited/</link>
		<comments>http://www.petestilgoe.com/2011/04/sharepoint-workflow-task-error-this-task-is-currently-locked-by-a-running-workflow-and-cannot-be-edited/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 09:01:19 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[K2 Blackpearl]]></category>
		<category><![CDATA[K2 Blackpoint]]></category>
		<category><![CDATA[Nintex]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Sharepoint Workflows]]></category>
		<category><![CDATA[C# Workflow]]></category>
		<category><![CDATA[Sharepoint Task List]]></category>
		<category><![CDATA[SPD Workflow]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=886</guid>
		<description><![CDATA[

Error in Event Log on Sharepoint Server: This task is currently locked by a running workflow and cannot be edited
When a workflow processes a task normally, the following sequence of events is expected to occur:
1.       The process begins.
2.       The workflow places a ‘lock’ [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/04/sharepoint-workflow-task-error-this-task-is-currently-locked-by-a-running-workflow-and-cannot-be-edited/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>K2 Blackpoint Blackpearl &#8211; How to update a Sharepoint list items using common meta data</title>
		<link>http://www.petestilgoe.com/2011/03/k2-blackpoint-blackpearl-how-to-update-a-sharepoint-list-items-using-common-meta-data/</link>
		<comments>http://www.petestilgoe.com/2011/03/k2-blackpoint-blackpearl-how-to-update-a-sharepoint-list-items-using-common-meta-data/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 16:32:04 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[K2 Blackpearl]]></category>
		<category><![CDATA[K2 Blackpoint]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Sharepoint Workflows]]></category>
		<category><![CDATA[K2 Sharepoint Search Event]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=879</guid>
		<description><![CDATA[

In a K2 Sharepoint process you will quite often have to update the same piece of meta data in multiple locations ie. you have a status column which is part of the list your process is attached to but you may need to reflect this status update on another list item in another list for [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/03/k2-blackpoint-blackpearl-how-to-update-a-sharepoint-list-items-using-common-meta-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K2 Blackpoint / Blackpearl: Using Sharepoint lookup columns in K2 processes</title>
		<link>http://www.petestilgoe.com/2011/02/k2-blackpoint-blackpearl-using-sharepoint-lookup-columns-in-k2-processes/</link>
		<comments>http://www.petestilgoe.com/2011/02/k2-blackpoint-blackpearl-using-sharepoint-lookup-columns-in-k2-processes/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 13:35:57 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[K2 Blackpearl]]></category>
		<category><![CDATA[K2 Blackpoint]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Lookup Columns]]></category>
		<category><![CDATA[Sharepoint Workflows]]></category>
		<category><![CDATA[K2 Code Reference Event]]></category>
		<category><![CDATA[sharepoint lookup columns]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=831</guid>
		<description><![CDATA[

As you probably know lookup columns in Sharepoint are stored in this format “ID;#String” (record number &#038; then the string value).  I was trying to use a lookup value in a K2 process to make up the new sites URL when provisioning new sites.  Obviously this was failing due to the way lookup [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/02/k2-blackpoint-blackpearl-using-sharepoint-lookup-columns-in-k2-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K2 Process / Workflow Automation &#8211; Questions to ask</title>
		<link>http://www.petestilgoe.com/2010/01/k2-process-workflow-automation-questions-to-ask/</link>
		<comments>http://www.petestilgoe.com/2010/01/k2-process-workflow-automation-questions-to-ask/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 11:31:11 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[K2 Blackpearl]]></category>
		<category><![CDATA[K2 Blackpoint]]></category>
		<category><![CDATA[NHS Sharepoint]]></category>
		<category><![CDATA[Sharepoint Workflows]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[sharepoint planning]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=501</guid>
		<description><![CDATA[

PROCESS QUESTIONS
1. Does the process require reporting, auditing, compliance or version control?
2. Can the process be mapped? Or has the process been mapped and optimized already?
3. Is this process in operation today, electronically, in paper or otherwise?
4. If the business process is new to the business, have the necessary participants of the process been informed [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/01/k2-process-workflow-automation-questions-to-ask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing K2 Blackpoint beta on a MOSS Standalone environment using SQL Express</title>
		<link>http://www.petestilgoe.com/2008/09/installing-k2-blackpoint-beta-on-a-moss-standalone-environment/</link>
		<comments>http://www.petestilgoe.com/2008/09/installing-k2-blackpoint-beta-on-a-moss-standalone-environment/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 08:51:48 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[K2 Blackpoint]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Workflows]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=276</guid>
		<description><![CDATA[

When installing Blackpoint Beta in a MOSS standalone environment, if you have problems connecting to the SQL database try the steps below which should resolve your issue:
1) Open SQL Server Configuration Manager, expand SQL Server 2005 Network Configuration, Protocols for SQLEXPRESS, Enable Named Pipes. 
2) Open SQL Server 2005 Surface Area Configuration, select Surface Area [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2008/09/installing-k2-blackpoint-beta-on-a-moss-standalone-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a scheduled email reminder using Sharepoint Designer</title>
		<link>http://www.petestilgoe.com/2008/08/creating-a-scheduled-email-reminder-using-sharepoint-designer/</link>
		<comments>http://www.petestilgoe.com/2008/08/creating-a-scheduled-email-reminder-using-sharepoint-designer/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 08:05:04 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>
		<category><![CDATA[Sharepoint Workflows]]></category>
		<category><![CDATA[email reminder workflow]]></category>
		<category><![CDATA[spd]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=273</guid>
		<description><![CDATA[

Thanks to Dink at Sharepointu.com for this solution:
You can actually achieve this through a simple workflow in SharePoint Designer using a custom list in your SharePoint site.
In your site, create a custom list called &#8220;Emails&#8221; and add in two columns:
First column called &#8220;Body&#8221; &#8211; type &#8220;Multiple lines of text&#8221; (this will contain the actually &#8220;body&#8221; [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2008/08/creating-a-scheduled-email-reminder-using-sharepoint-designer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

