The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
2k views

Definitive answer to sending emails to SP Group from Workflow

I understand that there are some issues when you use SharePoint group in To/CC field in "Send Email" activity in a workflow designed using SharePoint 2010. I searched on internet for solution and I ...
2
votes
1answer
2k views

How to deploy a custom SharePoint Workflow Activity

I Created a VS 2010 project with a custom workflow activity and I wish to deploy that to the server. My development machine does not have SharePoint installed, so I decided to use WSP Builder. I ...
4
votes
2answers
2k views

modify web.config programatically to add a workflow authorized type

I need to add a line in the web.config under authorizedtypes, I want to do it with a wsp solution so that sharepoint takes care of syncrhonizing it with other front end servers. I just want to put ...
1
vote
2answers
5k views

Correct way to fix “This task is currently locked by a running workflow and cannot be edited”

I have a SharePoint 2010 workflow that creates a task. The task has custom form and custom code executed when the form is submitted. Inside the code I'm trying to set the Completed Status on the task ...
1
vote
1answer
621 views

SPWeb.GetListItem returns null in custom workflow activity

I created an custom workflow activity with the following code: namespace Custom.SharePoint { public class CustomActivity : Activity { #region Fields public static readonly ...
0
votes
0answers
54 views

How to add additional workflow task in SharePoint workflow?

I am developing a sequence workflow. It contains a Replicator and its InitialChildData property is bound to the list of strings representing users. The activity that gets replicated is the workflow ...
0
votes
1answer
141 views

Workflow security exception with custom dll

I have a workflow that uses a custom dll that I built. I have placed the dll into Inetpub website bin folder. custom dll has 2 classes XMLUtilities now refferd to as xml Sharepoint helper now ...