The sharepoint-workflow tag has no wiki summary.
17
votes
2answers
3k views
Sharepoint Out of the box Approval Workflow Approve/Reject comments issue when programmatically altering it
I have a resusable out of the box sharepoint approval workflow 2010, and I am programmatically approve/reject workflow using the below code snipelet inside infopath formcode (2010).
Hashtable ht = ...
6
votes
1answer
919 views
Cannot build workflow project with msbuild (Sharepoint 2010)
I use teamcity to build Sharepoint projects using 64-bit MSBuild. All projects work fine instead of my workflow project. When using Framework 4.0 I get the error message
...
5
votes
3answers
8k views
Approve a SharePoint workflow task using SharePoint Web Services / Object Model
I have created a workflow is SharePoint Designer and associated it with a list. The workflow creates an approval process, so SharePoint creates a task in the Tasks list so that the user can approve or ...
3
votes
5answers
3k views
Automatically copy data from SP2010 external list to an SP2010 custom list
I have an SP 2010 external list that is populated with customer names. The list is updated occasionally throughout the day. I would like to automatically copy the newly added names to another SP 2010 ...
3
votes
2answers
7k views
System.IO.IOException: The device is not ready - error in sharepoint 2010 post migration
I migrated my MOSS 2007 application (with custom apporval workflow) to Sharepoint 2010.
I had this generic piece of code to log data
private void WriteToLog(String logInfo)
{
...
3
votes
4answers
3k views
Cancel multiple SharePoint Workflows using PowerShell
How is it possible to cancel all running workflows in a SharePoint (2010) List?
I found this script via technet.
...
3
votes
2answers
1k views
How do you format managed metadata/term in a SharePoint Workflow email?
I have a SharePoint workflow that will send out an email with details of my list item. The problem is that some of the details include data saved with that item that is managed metadata or a custom ...
3
votes
2answers
863 views
Start a workflow every first day of the month
Is it possible to start a workflow automatically the first day of every month?
Edit:
In principle I think this has to be programmatically although if it can be achieved using an out of the box ...
3
votes
1answer
742 views
Unit-testing SharePoint workflows
I was wondering if there are any existing solutions for unit-testing Windows Workflow
Foundation workflows that run in SharePoint context.
Unfortunately, SharePoint libraries were not designed ...
3
votes
1answer
2k views
How to associate a SharePoint workflow using the Client Object Model?
Using the SharePoint Object Model (SP 2010), how can you associate a workflow with a given list?
I've been able to associate a workflow, but the configuration settings do not get saved back to ...
3
votes
1answer
883 views
Can a SharePoint Workflow start when an email is received in Outlook?
I have a shared folder in my outlook inbox that multiple users have as well. This email account was set up to receive voicemails as .wav file attachments. I wanted to know if it was possible to create ...
3
votes
1answer
139 views
How to get the event/trigger of a SharePoint workflow?
A SharePoint workflow can be associated with a list, and configured to 'start when a new item is created', 'when an item is changed' or 'manually started by an authenticated user'.
This is my ...
3
votes
1answer
264 views
SharePoint 2010 “foreach”
I have 2 SharePoint lists, and I have to copy all items from List1 to List2.
On List1 there is a boolean field (defaults to 'no'), a text field and an associated WorkFlow which triggers on ...
3
votes
0answers
493 views
SPSite.BypassImpersonationStateCheck - a mystery showing up in Sharepoint error logs
In the process of tracking down an elusive Sharepoint custom workflow problem, I cranked up the verbosity level on our sandbox MOSS server and noticed the following error message start popping up:
...
2
votes
1answer
1k views
Sharepoint 2010: Does free “Foundation” version is enough for document workflow tasks
I wonder if Sharepoint-2010 Foundation version meets requirements of a company I work for:
Free
Proven extensible document workflow system for Windows
Able to store gigabytes of document scans ...