Tagged Questions
The sharepoint-workflow tag has no wiki summary.
7
votes
1answer
609 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 = ...
3
votes
1answer
88 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
1answer
955 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
351 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 ...
2
votes
3answers
127 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 ...
2
votes
1answer
99 views
how can i get all users who have interacted with a sharepoint workflow
I have a custom state machine workflow written in VS2010, when the workflow is canceled, or completed, I need to send an email to all the users who have interacted(completed/changed a task or the ...
2
votes
0answers
357 views
Workflows lost on SharePoint 2010 migration
I have been migrating SharePoint 2007 to a SharePoint 2010 installation.
The upgrade completes successfully but the association between workflows and lists is lost.
In the SharePoint 2007 there are ...
2
votes
1answer
214 views
Active vs. Running Workflow
At SharePoint Saturday in Lisle, IL this weekend, Robert Bogue said there's a difference between active and running workflows. I've looked on the web, but can someone clarify?
If I can have up to ...
2
votes
4answers
934 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 ...
2
votes
1answer
435 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 ...
2
votes
1answer
293 views
Error message when writing to the Windows Event Log
When I run a piece of code that I wrote I keep getting the following error:
The source was not found, but some or
all event logs could not be searched.
Inaccessible logs: Security.
I have ...
2
votes
1answer
271 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 ...
2
votes
2answers
510 views
Custom SharePoint Designer (SPD) workflow activity sentence not visible in SPD
I created a custom workflow activity (action) for SharePoint Designer. I deployed the assembly to the GAC, added the entry in the web.config file and created a .ACTIONS file in the 12hive ...
2
votes
3answers
3k 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 ...
2
votes
0answers
294 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:
...
1
vote
1answer
25 views
How to stop execution of the custom activity until ListItemChanged event occurs on the sharepoint site (list)
I'm building a custom Sharepoint 2010 activity which does some business logic, and at the end of that process, it writes down a list item with some data. I need that activity to hold execution of the ...
1
vote
1answer
34 views
Sharepoint workflow creating new task item twice? (SP 2007)
I've inherited a sharepoint workflow, but it seems to have an intermittent problem and I'm not sure where to start debugging.
User creates new item in list and saves - they can edit the item UNTIL ...
1
vote
0answers
31 views
How do I add new lines to a custom SharePoint workflow activity sentence
I am building a custom workflow activity in a fully-trusted solution for SharePoint 2010. The activity has several configurable parameters, which causes the RuleDesigner sentence to grow somewhat ...
1
vote
0answers
139 views
SharePoint Calendar End Time Column And Workflow Updating
I am trying to update the End Time column using a SharePoint Designer workflow. I simply want to add 15 minutes to any new event created, but I cannot update the End Time column. I constantly receive ...
1
vote
1answer
118 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 ...
1
vote
2answers
329 views
Cannot send Email in custom workflow sharepoint 2010
I have some trouble when using SPUtility.SendEmail method in a custom workflow.
private void onWorkflowActivated1_Invoked(object sender, ExternalDataEventArgs e)
{
if ...
1
vote
1answer
50 views
How can I add parameters to a workflow in sharepoint 2007
I'd like to create a custom workflow for SharePoint 2007 (NOT 2010) in Visual Studio. My need is to have a custom parameter when this workflow is attached to the list. These would be parameters that ...
1
vote
4answers
440 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.
...
1
vote
1answer
547 views
Sharepoint 2010: Update Lookup Field Multiple Value with a Workflow
I want to update a lookup field that contains multiple values through a Workflow, using Sharepoint Designer 2010.
For the moment, the old value is always overwritten, and I would like to "merge" ...
1
vote
1answer
651 views
Using the default approval workflow task form in a custom Visual Studio Workflow
I am making a custom approval workflow in VS, but I dont wan to create a custom infoPah form to create the task edit form. Is there any way to use the form that comes with the OOTB approval workflow??
...
1
vote
1answer
152 views
SharePoint Designer 2007 : Remove seconds fields from the email
The email notification sent out by the SharePoint Designer 2007 workflows includes seconds for the date/time field.
For example "This is a confirmation that you are registered to attend a DEMO at ...
1
vote
1answer
103 views
How to catch item changes on list?
I have created state workflow in Sharepoint.
My idea is:
1/ when workflow is started create copy of list item on which workflow was started, this copy is created to another web list within current ...
1
vote
1answer
305 views
Acessing/Starting Workflows in SPD 2010
We have recently migrated from MOSS 2007 to MOSS 2010. The migration was successful. Unfortunately I have discovered we cannot access the workflows associated with the sites in SPD 2010. The ...
1
vote
1answer
152 views
Problem mixing OOTB SPD WFAs and Custom WFAs
I'm using MOSS (SharePoint 2007 Enterprise), 32-bit, SP2.
I've been noticing some odd problems with Custom Workflow Activities which I've developed and am using in SharePoint Designer (SPD) ...
1
vote
1answer
195 views
SharePoint 2007 Workflow Doesn't Trigger On InfoPath Form Submit
This is a follow-up question to this question.
This is what I expect to happen:
User navigates to Document Library
User clicks New
InfoPath form opens
User fills in data
User clicks Submit
Form ...
1
vote
1answer
203 views
Working with workflows and populating lists
Hey all,
I am currently building a workflow, i created a list (let say list A), when the user fills out the list (form) and clicks OK button the workflow kick starts. the first action of workflow ...
1
vote
1answer
335 views
SharePoint 2010 - Three-State ootb Workflow with multiple user for a step?
I want to use the three state out of the box workflow in SharePoint 2010.
My problem is now, that I only can assign a task to one user for a step (It is not possible to add a second person in this ...
1
vote
2answers
646 views
Best practice to delegate tasks in Sharepoint?
I'd like to create a workflow that should be a quite common scenario, but I'm not sure of the best way to do it. My company has a subsite for every project or team. Each subsite has it's own task ...
1
vote
1answer
202 views
Sharepoint workflow and wait for external event?
In sp workflows, I use to subscribe for events, but all of them are sharepoint related. Is there any way to subscribe to external events ?
In my case, I have to start a job on an external web ...
1
vote
2answers
514 views
Why can't I get my SharePoint custom workflow activity DLL to update?
I have created a custom activity that I am using in my workflows. Initially changes that I made were picked up right away. Now for some reason it keeps running with an old version of the DLL. Is ...
1
vote
1answer
209 views
Handling sharepoint workflow differences between dev, test and production
How do you handle having different time delays and sending notifications to different users based on the environment they are running in (dev, test & production)?
We are developing long running ...
1
vote
1answer
366 views
Migrating sharepoint workflows from dev to test to production
We are new to sharepoint and creating a sharepoint 2010 environment. The first project is a site with 23 different workflows. We have created the site with the workflows in our development environment ...
1
vote
3answers
901 views
Sharepoint Desinger 2010 - Transfer Reusable Workflow from Stage to Prod
I need to transfer a reusable Workflow from the stage env. to the prod.
The workflow is associate to a list, so the list id is stored in the workflow.
Is it possible to transfer the workflow and ...
1
vote
1answer
1k views
Retrieving rich text box sharepoint in javascript
I have CustomNewForm for inserting items in the sharepoint list.
The fields are "Reason" and "Reason OverView"; both Multiple Line Rich Text fields. I need to copy some text from "Reason" to "Reason ...
1
vote
2answers
430 views
sharepoint custom workflow activity is doing nothing, not even log messages
I am trying to create a custom workflow activity which gives me the list of recipients that I am storing in list. But once I deploy and start the workflow nothing is happening, not even log messages ...
1
vote
2answers
341 views
Copy ID column from List A to TASK List B using Workflow in SPD 2007
I have created approval workflow in SPD 2007.
Step 1) User submit the form --> Workflow setup on create a new item on Request Form
Step 2) Workflow kickoff and create a tasks and assign to various ...
1
vote
1answer
198 views
What is DependancyProperty for in terms of SharePoint Workflow?
Off late I have been working on SharePoint Workflow, in SharePoint 2010. While creating a Task activity, i ususally create task from workflow code behind like..
CreateTask task = sender as ...
1
vote
1answer
244 views
SharePoint Worflow Extended Propoerties do not retain its value after the workflow task is changed
I am using SharePoint 2010 Workflow where i have created couple of Task Edit Forms in Infopaht 2010.
Here is the reference of how i am specifying extended property value in TaskEdit form from the ...
1
vote
1answer
273 views
SharePoint 2010 VS Workflow Upgrade
I feel this is probably a common task but I'm struggling with it. I have developed a custom workflow with VS 2010 and have deloped it. This workflow is attached to many lists. I would now like to ...
1
vote
1answer
419 views
Invoke SharePoint Workflow after EventReceiver
i got a question regarding sharepoint workflows and event receivers. i got an event receiver that is setting metadata on an element. after that, i use a workflow to copy item metadata to a list. ...
1
vote
1answer
106 views
Workflow SPRootWeb Solution That Brought Up More Questions | ERROR: request not found in the TrackedRequests
I actually solved this already but I find the solution to be weird so say the least. If found that I was getting the oh so nice
"ERROR: request not found in the TrackedRequests. We might be creating ...
1
vote
1answer
373 views
SPListItem.CopyTo method fails when copying to some sub-sites, but not others
A custom workflow has been developed that copies pages from a top-level site to sub-sites. The pages are copied into a specific folder within the Pages Library of the sub-sites.
This workflow has ...
1
vote
0answers
949 views
Sharepoint 2010 workflow failes with “<nativehr>0x80070057</nativehr><nativestack></nativestack>”
I have created a simple Sharepoint 2010 site workflow that creates and manipulates tasks in a list.
All my activities execute properly, but when the workflow is about to get to the end (the red point ...
1
vote
1answer
1k views
How to filter lookup columns (which also contain lookup columns) in SharePoint 2010?
I have several SharePoint lists: booking calendar, hot desks and location.
The calendar has hot desk as a lookup column (linked to the hot desks list). The hot desks list also has a lookup column ...
1
vote
1answer
468 views
SPWorkflowTask.AlterTask throws “Specified method is not supported”
I'm trying to call AlterTask on a newly created Sharepoint task to add extended properties to my task, and a NotSupportedException is thrown.
What's going on?