<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Custom Code Invoke Workflow Activity for Sharepoint Designer Workflows</title><link>http://wfinvokecustommethod.codeplex.com/project/feeds/rss</link><description>You can invoke custom methods inside your Sharepoint Designer Workflow. You must change your Sharepoint applications trust level or implement new CAS policy to execute your custom method.</description><item><title>Created Release: WFInvokeCustomMethod for Sharepoint 2010 (Oct 14, 2011)</title><link>http://wfinvokecustommethod.codeplex.com/releases?ReleaseId=75053</link><description>&lt;div class="wikidoc"&gt;This is the updated version of WFServiceManager. Project name is changed and Microsoft Sharepoint 2010 support added. Another way, this is the Visual Studio 2010 supported source code. There is no automated installation on this version, only source code is available.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>evrenayan</author><pubDate>Fri, 14 Oct 2011 11:20:44 GMT</pubDate><guid isPermaLink="false">Created Release: WFInvokeCustomMethod for Sharepoint 2010 (Oct 14, 2011) 20111014112044A</guid></item><item><title>Released: WFInvokeCustomMethod for Sharepoint 2010 (Oct 14, 2011)</title><link>http://wfinvokecustommethod.codeplex.com/releases/view/75053</link><description>
&lt;div class="wikidoc"&gt;This is the updated version of WFServiceManager. Project name is changed and Microsoft Sharepoint 2010 support added. Another way, this is the Visual Studio 2010 supported source code. There is no automated installation on this version,
 only source code is available.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 14 Oct 2011 11:20:44 GMT</pubDate><guid isPermaLink="false">Released: WFInvokeCustomMethod for Sharepoint 2010 (Oct 14, 2011) 20111014112044A</guid></item><item><title>Updated Wiki: Home</title><link>http://wfinvokecustommethod.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;You can invoke custom methods inside your Sharepoint Designer Workflow. You must change your Sharepoint applications trust level or implement new CAS policy to execute your custom method.&lt;br /&gt;&lt;br /&gt;You can develop your custom assemblies in anyway and then put this DLL&amp;#39;s to your Sharepoint applications &lt;b&gt;&amp;quot;bin&amp;quot;&lt;/b&gt; directory. Then use the activity to invoke these methods. You must change your Sharepoint web applications trust level to full or implement new CAS policy for your web application.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Evren Ayan&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.sharepointturkiye.org" class="externalLink"&gt;http://www.sharepointturkiye.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.evrenayan.net" class="externalLink"&gt;http://www.evrenayan.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>evrenayan</author><pubDate>Fri, 14 Oct 2011 10:51:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111014105133A</guid></item><item><title>Commented Issue: Call activity does not execute when started from Automatically start this workflow [13115]</title><link>http://wfservicemanager.codeplex.com/workitem/13115</link><description>I created an assembly to parse an email address, and referenced it through the Call activity.  It works fine when I manually start the workflow.  But, it returns nothing when it is started automatically when a new item is created.  I thought it might be because these new items are started by incoming emails, so I ran the STSADM command to correct that...&lt;br /&gt;&lt;br /&gt;stsadm -o setproperty -pn declarativeworkflowautostartonemailenabled -pv true&lt;br /&gt;&lt;br /&gt;That did not work.  I tried creating a new item from the New menu.  The workflow executed, but the Call activity returned nothing.  My assembly has the code encased in a Try-Catch block, and would return &amp;#34;Got Nothing&amp;#34; if any part of the method failed.  But it does not even return that.  So I believe this Call action is not executing at all.&lt;br /&gt;&lt;br /&gt;Is there something that needs to be done to get this action working when automatically started&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Don Badowski&lt;br /&gt;Comments: ** Comment from web user: DonQ ** &lt;p&gt;Got this from the logs.  Why would this be a recursive&amp;#63;&lt;/p&gt;&lt;p&gt;AutoStart Workflow&amp;#58; Microsoft.SharePoint.SPException&amp;#58; Recursive workflows are not permitted. at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.AutoStartWorkflow&amp;#40;SPItemEventProperties properties, Boolean bCreate, Boolean bChange, AssocType atyp&amp;#41;&lt;/p&gt;</description><author>DonQ</author><pubDate>Tue, 01 Mar 2011 15:58:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Call activity does not execute when started from Automatically start this workflow [13115] 20110301035803P</guid></item><item><title>Created Issue: Call activity does not execute when started from Automatically start this workflow [13115]</title><link>http://wfservicemanager.codeplex.com/workitem/13115</link><description>I created an assembly to parse an email address, and referenced it through the Call activity.  It works fine when I manually start the workflow.  But, it returns nothing when it is started automatically when a new item is created.  I thought it might be because these new items are started by incoming emails, so I ran the STSADM command to correct that...&lt;br /&gt;&lt;br /&gt;stsadm -o setproperty -pn declarativeworkflowautostartonemailenabled -pv true&lt;br /&gt;&lt;br /&gt;That did not work.  I tried creating a new item from the New menu.  The workflow executed, but the Call activity returned nothing.  My assembly has the code encased in a Try-Catch block, and would return &amp;#34;Got Nothing&amp;#34; if any part of the method failed.  But it does not even return that.  So I believe this Call action is not executing at all.&lt;br /&gt;&lt;br /&gt;Is there something that needs to be done to get this action working when automatically started&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Don Badowski&lt;br /&gt;</description><author>DonQ</author><pubDate>Tue, 01 Mar 2011 14:57:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Call activity does not execute when started from Automatically start this workflow [13115] 20110301025707P</guid></item><item><title>Source code checked in, #63489</title><link>http://wfservicemanager.codeplex.com/SourceControl/changeset/changes/63489</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Tue, 27 Jul 2010 20:28:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63489 20100727082819P</guid></item><item><title>Updated Release: WFServiceManager v1.0 (Sep 04, 2008)</title><link>http://www.codeplex.com/WFServiceManager/Release/ProjectReleases.aspx?ReleaseId=16984</link><description>&lt;div&gt;
This is the first version of WFServiceManager and calling custom assembly methods with only string parameters (Delimited by | (pipe))&lt;br&gt;
&lt;/div&gt;</description><author>evrenayan</author><pubDate>Mon, 19 Jan 2009 11:05:50 GMT</pubDate><guid isPermaLink="false">Updated Release: WFServiceManager v1.0 (Sep 04, 2008) 20090119110550A</guid></item><item><title>Released: WFServiceManager v1.0 (Sep 04, 2008)</title><link>http://www.codeplex.com/WFServiceManager/Release/ProjectReleases.aspx?ReleaseId=16984</link><description>&lt;div&gt;
This is the first version of WFServiceManager and calling custom assembly methods with only string parameters (Delimited by | (pipe))&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 19 Jan 2009 11:05:50 GMT</pubDate><guid isPermaLink="false">Released: WFServiceManager v1.0 (Sep 04, 2008) 20090119110550A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/WFServiceManager/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#34;Service Manager Activity&amp;#34; is a Sharepoint Designer Workflow Activity for call custom methods on custom .Net assemblies. &lt;br /&gt; &lt;br /&gt;You can develop your custom assemblies in anyway and then put this DLL's to your Sharepoint applications &lt;b&gt;&amp;quot;bin&amp;quot;&lt;/b&gt; directory. Then use the activity&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Evren Ayan&lt;/b&gt;&lt;br /&gt;&lt;a href="http://mosseverywhere.blogspot.com" class="externalLink"&gt;http://mosseverywhere.blogspot.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.sharepointturkiye.org" class="externalLink"&gt;http://www.sharepointturkiye.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.evrenayan.net" class="externalLink"&gt;http://www.evrenayan.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44298" alt="WFServiceManager1.JPG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44299" alt="WFServiceManager2.JPG" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>evrenayan</author><pubDate>Mon, 19 Jan 2009 11:04:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090119110426A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/WFServiceManager/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#34;Service Manager Activity&amp;#34; is a Sharepoint Designer Workflow Activity for call custom methods on custom .Net assemblies. &lt;br /&gt; &lt;br /&gt;You can develop your custom assemblies in anyway and then put this DLL's to your Sharepoint applications &amp;quot;bin&amp;quot; directory. Then use the activity&lt;br /&gt; &lt;br /&gt;&amp;lt;b&amp;gt;Evren Ayan&amp;lt;/b&amp;gt;&lt;br /&gt;http://mosseverywhere.blogspot.com&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44298" alt="WFServiceManager1.JPG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44299" alt="WFServiceManager2.JPG" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>evrenayan</author><pubDate>Mon, 19 Jan 2009 11:03:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090119110304A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/WFServiceManager/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#34;Service Manager Activity&amp;#34; is a Sharepoint Designer Workflow Activity for call custom methods on custom .Net assemblies. 
&lt;br /&gt; &lt;br /&gt;You can develop your custom assemblies in anyway and then put this DLL's to your Sharepoint applications &amp;quot;bin&amp;quot; directory. Then use the activity&lt;br /&gt; &lt;br /&gt;Evren Ayan&lt;br /&gt;http://mosseverywhere.blogspot.com&lt;br /&gt; &lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44298" alt="WFServiceManager1.JPG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44299" alt="WFServiceManager2.JPG" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>evrenayan</author><pubDate>Thu, 30 Oct 2008 08:50:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081030085026A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/WFServiceManager/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#34;Service Manager Activity&amp;#34; is a Sharepoint Designer Workflow Activity for call custom methods on custom .Net assemblies. 
&lt;br /&gt; &lt;br /&gt;You can develop your custom assemblies in anyway and then put this DLL's to your Sharepoint applications &amp;quot;bin&amp;quot; directory. Then use the activity&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44298" alt="WFServiceManager1.JPG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44299" alt="WFServiceManager2.JPG" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>evrenayan</author><pubDate>Tue, 23 Sep 2008 10:49:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080923104921A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/WFServiceManager/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#34;Service Manager Activity&amp;#34; is a Sharepoint Designer Workflow Activity for call custom methods on custom .Net assemblies. 
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44298" alt="WFServiceManager1.JPG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44299" alt="WFServiceManager2.JPG" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>evrenayan</author><pubDate>Tue, 23 Sep 2008 10:47:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080923104737A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/WFServiceManager/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#34;Service Manager Activity&amp;#34; is a Sharepoint Designer Workflow Activity for call custom methods on custom .Net assemblies. 
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=WFServiceManager&amp;amp;DownloadId=44298" alt="WFServiceManager1.JPG" /&gt;&lt;br /&gt; &lt;br /&gt;[image:WFServiceManager2.JPG&lt;br /&gt;
&lt;/div&gt;</description><author>evrenayan</author><pubDate>Tue, 23 Sep 2008 10:47:17 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080923104717A</guid></item><item><title>Released: WFServiceManager v1.0 (Sep 04, 2008)</title><link>http://www.codeplex.com/WFServiceManager/Release/ProjectReleases.aspx?ReleaseId=16984</link><description>&lt;div&gt;
This is the first version of WFServiceManager and calling custom assembly methods with only string parameters (Delimited with | (pipe))&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 04 Sep 2008 06:03:25 GMT</pubDate><guid isPermaLink="false">Released: WFServiceManager v1.0 (Sep 04, 2008) 20080904060325A</guid></item><item><title>Created Release: WFServiceManager v1.0 (Eyl 04, 2008)</title><link>http://www.codeplex.com/WFServiceManager/Release/ProjectReleases.aspx?ReleaseId=16984</link><description>&lt;div&gt;
This is the first version of WFServiceManager and calling custom assembly methods with only string parameters (Delimited with | (pipe))&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 04 Sep 2008 06:03:25 GMT</pubDate><guid isPermaLink="false">Created Release: WFServiceManager v1.0 (Eyl 04, 2008) 20080904060325A</guid></item></channel></rss>
