0
votes
0answers
4 views

Task notification email shows Due Date of “None”

The OOTB Approval workflow sends task notifications to the CC line you specify when triggered from a workflow. I've noticed in the notification the Due By is None, even though I specify the due date ...
0
votes
1answer
73 views

creating a document set library instance via workflow returns id variable that is -1 from the actual id

Steps: 1) using sharepoint 2010 designer workflow, create an instance of a Document Set and have the ID of the created instance returned. 2) set the returned ID to a field in the list that was used ...
0
votes
1answer
107 views

How to pass a default value to a Workflow Collect task?

Details: SharePoint 2010 Enterprise SharePoint Designer Building workflows in SP Designer My problem: I have a workflow which needs to collect some data from a user - lets say "Account Number" - ...
1
vote
0answers
114 views

Workflow Lookup to multiple values

Assume a three lists as below: User (Name) Process (Title, Members) How can we lookup a person where the person is one of the process members? In short, I don't know how to lookup over an array ...
1
vote
0answers
297 views

Issue with customizing approval process in sharepoint designer

Update--- It appears the that the workflows are completing but it is taking an hour or so to process. Has anyone encounted this before???? I have created on a list a sharepoint designer workflow that ...
0
votes
0answers
339 views

Workflow Update List Item and Do calculation

I have two lists, on first list I have workflow with approval action and update list item action - when I approve some task my workflow update item on second list and it works properly. Then I would ...
0
votes
1answer
90 views

Some SharePoint 2007 Designer Workflow actions don't pop up when selected under SSL

I can't seem to get SharePoint Designer 2007 to give me a dialog box when I select Workflow actions SEND EMAIL EXTENDED OR 3rd party LOOKUP SITE USER PROPERTY. I select the action, and nothing happens ...
0
votes
1answer
78 views

Workflow in sharepoint 2010 code

I'm new in sharepoint user 2010,so i wanna ask the question about workflow in sharepoint. My supervisor asked me to do sharepoint programming in development server with copy down all the codes and do ...
0
votes
1answer
174 views

How to return user or group in SharePoint Designer custom activity?

How can I return a user or group in SharePoint Designer custom activity? A return type of SPUser seems to be not possible. SharePoint Designer workflow does not recognize the return type. public ...
1
vote
0answers
142 views

The pause duration is (very)longer when number items are huge

We have a custom (SPD)workflow(manually starting) on a custom list which has 7000 to 8000 items and growing. "Pause For Duration" action is used to pause the workflow for 5mins and roughly 30 to 50 ...
0
votes
1answer
418 views

Workflow Task Process - email notifications

Is there any way to display the consolidated comments for task process in descending order for an approval workflow ? The comments are included in task notification emails. i could not find any ...
0
votes
0answers
116 views

How to reuse code in Sharepoint Workflows using visual studio 2010

We have sharepoint StateMachince workflow created using viual studio 2010, where it contain similar Code conditions and other stuff which we want to reuse in another StateMachince workflow. We tried ...
0
votes
3answers
2k views

SharePoint Designer 2010 - “Unable to load workflow actions from the server…”

I have a few custom workflows created by another developer on my dev sharepoint farm. We recently realized that you can apparently not just migrate these things with the rest of the content in a ...
1
vote
1answer
429 views

“On Item Created” SharePoint Designer Workflow doesnt start when creating list items via Code Activity in Visual Studio Workflow

Any help on what authentication settings are required on the application pools for the below simplified scenario: My List item has two fields. "Title" and "Flag" I create a new List Item with the ...