<?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>skater coder &#187; workflow</title>
	<atom:link href="http://www.skatercoder.com/tag/workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skatercoder.com</link>
	<description>angela chng - Ruby on Rails / PHP web developer &#38; skater girl in Singapore</description>
	<lastBuildDate>Wed, 18 May 2011 06:35:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Useful Sharepoint Designer Custom Workflow Activities</title>
		<link>http://www.skatercoder.com/2007/11/30/useful-sharepoint-designer-custom-workflow-activities/</link>
		<comments>http://www.skatercoder.com/2007/11/30/useful-sharepoint-designer-custom-workflow-activities/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 19:06:59 +0000</pubDate>
		<dc:creator>roadburn</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[activities]]></category>
		<category><![CDATA[moss]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://roadburn.audioreload.com/2007/11/30/useful-sharepoint-designer-custom-workflow-activities/</guid>
		<description><![CDATA[http://www.codeplex.com/SPDActivities Send Email with HTTP File attachment &#8211; Allows sending emails with attachments retrieved using a web request Send Email with List Item attachments &#8211; Allows sending list item attachments as files attached to an email Start Another Workflow &#8211; Starts another workflow associated with a list item Grant Permission on Item &#8211; Allows granting [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codeplex.com/SPDActivities">http://www.codeplex.com/SPDActivities</a></p>
<ul>
<li><strong><a href="http://www.codeplex.com/SPDActivities/Wiki/View.aspx?title=Send%20Email%20with%20HTTP%20File%20attachment&amp;referringTitle=Home">Send Email with HTTP File attachment</a></strong> &#8211; Allows sending emails with attachments retrieved using a web request</li>
<li><strong><a href="http://www.codeplex.com/SPDActivities/Wiki/View.aspx?title=Send%20Email%20with%20List%20Item%20attachments&amp;referringTitle=Home">Send Email with List Item attachments</a></strong> &#8211; Allows sending list item attachments as files attached to an email</li>
<li><strong><a href="http://www.codeplex.com/SPDActivities/Wiki/View.aspx?title=Start%20Another%20Workflow&amp;referringTitle=Home">Start Another Workflow</a></strong> &#8211; Starts another workflow associated with a list item</li>
<li><strong><a href="http://www.codeplex.com/SPDActivities/Wiki/View.aspx?title=Grant%20Permission%20on%20Item&amp;referringTitle=Home">Grant Permission on Item</a></strong> &#8211; Allows granting of specified permission level on a spicified item</li>
<li><strong><a href="http://www.codeplex.com/SPDActivities/Wiki/View.aspx?title=Delete%20List%20Item%20Permission%20Assigment&amp;referringTitle=Home">Delete List Item Permission Assigment</a></strong> &#8211; Allows deleting of specified permission level assigment for a given user</li>
<li><strong><a href="http://www.codeplex.com/SPDActivities/Wiki/View.aspx?title=Reset%20List%20Permissions%20Inheritance&amp;referringTitle=Home">Reset List Permissions Inheritance</a></strong> &#8211; removes any unique permissions assigned to an item by inheriting list permissions</li>
<li><strong><a href="http://www.codeplex.com/SPDActivities/Wiki/View.aspx?title=Is%20User%20a%20member%20of%20a%20SharePoint%20group&amp;referringTitle=Home">Is User a member of a SharePoint group</a></strong> &#8211; Checks if a given user is part of given sharepoint group</li>
<li><strong><a href="http://www.codeplex.com/SPDActivities/Wiki/View.aspx?title=Is%20Role%20assigned%20to%20User&amp;referringTitle=Home">Is Role assigned to User</a></strong> &#8211; Checks if a user role is already assigned on the current list item</li>
<li>NEW!<strong><a href="http://www.codeplex.com/SPDActivities/Wiki/View.aspx?title=Lookup%20user%20info&amp;referringTitle=Home">Lookup user info</a></strong> &#8211; allows to lookup properties in site&#8217;s user information list for a given login</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.skatercoder.com/2007/11/30/useful-sharepoint-designer-custom-workflow-activities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Workflows for Sharepoint 2007</title>
		<link>http://www.skatercoder.com/2007/10/06/workflows-for-sharepoint-2007/</link>
		<comments>http://www.skatercoder.com/2007/10/06/workflows-for-sharepoint-2007/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 08:54:06 +0000</pubDate>
		<dc:creator>roadburn</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[moss]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://roadburn.audioreload.com/2007/10/06/workflows-for-sharepoint-2007/</guid>
		<description><![CDATA[Adding the sharepoint workflow toolbox http://msdn2.microsoft.com/en-us/library/ms460227.aspx  creating the workflow http://weblog.vb-tech.com/nick/archive/2007/02/25/2207.aspx  deploying the workflow http://weblog.vb-tech.com/nick/archive/2007/03/05/2241.aspx  debugging the workflow http://blogs.msdn.com/sharepoint/archive/2006/11/30/developing-workflows-in-vs-part-6-deploy-and-debug-your-workflow.aspx people picker for infopath http://blogs.msdn.com/infopath/archive/2007/02/28/using-the-contact-selector-control.aspx]]></description>
			<content:encoded><![CDATA[<p>Adding the sharepoint workflow toolbox<br />
<a href="http://msdn2.microsoft.com/en-us/library/ms460227.aspx">http://msdn2.microsoft.com/en-us/library/ms460227.aspx</a> </p>
<p>creating the workflow</p>
<p><a href="http://weblog.vb-tech.com/nick/archive/2007/02/25/2207.aspx">http://weblog.vb-tech.com/nick/archive/2007/02/25/2207.aspx</a></p>
<p> deploying the workflow</p>
<p><a href="http://weblog.vb-tech.com/nick/archive/2007/03/05/2241.aspx">http://weblog.vb-tech.com/nick/archive/2007/03/05/2241.aspx</a></p>
<p> debugging the workflow</p>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2006/11/30/developing-workflows-in-vs-part-6-deploy-and-debug-your-workflow.aspx">http://blogs.msdn.com/sharepoint/archive/2006/11/30/developing-workflows-in-vs-part-6-deploy-and-debug-your-workflow.aspx</a></p>
<p>people picker for infopath<br />
<a href="http://blogs.msdn.com/infopath/archive/2007/02/28/using-the-contact-selector-control.aspx">http://blogs.msdn.com/infopath/archive/2007/02/28/using-the-contact-selector-control.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skatercoder.com/2007/10/06/workflows-for-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

