The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
6 views

Deleting a condition in workflow, how to move the workflow actions block up a level

I have a block of workflow actions that were supposed to run if a condition were true. I've eliminated the need on that condition however, and deleted the condition. Now I'm not able to compile the ...
0
votes
0answers
5 views

How to use Workflow to Copy a document into a Document Set instance

I have a workflow that creates a document set instance in a library and I wanted to extend it to create a document inside that Document Set instance. Unfortunately I cannot rely on default doc set ...
0
votes
0answers
6 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
3answers
41 views

SharePoint Designer 2010 Workflows

Is there a way to set a field with [Today] date and not have it change once it is set. Thanks Kim
1
vote
0answers
23 views

How can i get workflow's activities collection from SPWorkflowTemplate?

I can't find any method or property of SPWorkflowTemplate that returns a activities collection. Also XML representation doesn't contains any references to activities neither. Is there any approach to ...
0
votes
1answer
82 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
2answers
87 views

How to change the From address in Feedback workflow email?

I am having a workflow for a document library. Whenever the workflow starts, it sends an emails with From: Documents. I want to change it to the current user. How is it possible?
1
vote
1answer
70 views

How do I run Microsoft Open XML code to extract data from a Word document in SharePoint 2010

I have a need to extract arbitrary data from a Word document (docx) that has been uploaded into a SharePoint document library and place it into a column in the document's list record. As far as data ...
0
votes
0answers
50 views

Delay Activity in a Event

I want to implement the following solution in a State Machine workflow: http://blogs.office.com/b/microsoft-word/archive/2010/04/19/word-automation-services-solution-sample-workflow.aspx Step 2 I do ...
0
votes
1answer
111 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" - ...
0
votes
0answers
39 views

Housekeeping workflow

I'm working on a sharepoint online Server. I have housekeeping workflow, the clean up some lookup lists. No I have the problem that one of the lists contains a large amount of items in it. When ...
1
vote
0answers
66 views

Sharepoint Workflows in background

I'm just curious, I was reading an article here, and in the third paragraph it states "If you didn’t know, there are quite a few workflows that run in the background all the time. " I was just ...
0
votes
3answers
339 views

How to create workflow & submit data using infopath form?

I have designed the Form in InfoPath. I want to submit the form's data in my Sharepoint site. Sothat the supervisor(the higher level)person can check the details and he can Approve/Reject the ...
0
votes
1answer
17 views

Phantom Workflow

I created a new site with a new site collection. However I did bring over a custom list from another site. Now when I create new items a workflow fires. The strange thing is, in workflow settings on ...
0
votes
1answer
358 views

How can I add recipients to email created with Workflow?

I have a List with a column called "Add Recipients", Require that this column contains information: No Allow multiple selections: Yes Allow selection of: People and Groups Choose ...
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 ...
4
votes
1answer
574 views

Sharepoint 2010 Workflow: Create multiple tasks and change them

I want to write a workflow which creates and updates tasks when the workflow item is changed. For example: the workflow-item has a multivalue field with users who should approve the workflow-item: ...
1
vote
1answer
128 views

Can not find web.Config of Empty SharePoint Project to Create an authorized type entry

I'm trying to write a custom workflow action and after searching I find this article and some other that referred to it. I follow the instructions step by step, but at the last step, author said: ...
2
votes
1answer
168 views

How to use custom task activity inside while in visual studio 2010 sequential workflow?

How to use custom task activity inside while in visual studio 2010 sequential workflow? I am using custom task activity which is in replicator activity and this is executed inside while condition . ...
0
votes
1answer
58 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
80 views

SharePoint workflow tasks don't wait to be executed

I have created a workflow in Visual Studio which contains a replicator which creates multiple tasks for approval. The replicator contains a sequence activity which is consisted of createTask, a while ...
0
votes
1answer
84 views

How to send objects to sequence activity properties in workflow?

I am developing a SharePoint sequence workflow. It is consisted of the main part and a sequence activity which I have implemented separately. I have used that sequence activity for one of the workflow ...
0
votes
3answers
687 views

ListItem Update from Client Object Model Not Triggering OnWorkflowItemChanged Activity

I am experiencing difficulty creating a file in a document library using the client object model. My custom Visual Studio 2010 workflow is not detecting the updates I am making to the file's list item ...
1
vote
0answers
301 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 ...
1
vote
0answers
22 views

Dates and workflows

I've set up a form for my employees to request vacation. Out the box list and form. Whenever they entered the start date I always get the request with one day delay. For Example: Joe request off ...
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
608 views

SharePoint 2010 OOB Approval Workflow - Missing Status Column

In a Doc library in one of our sub sites, there are multiple OOB Approval workflows that get started manually. The Power User who creates these created an additional one this week (there are 5 other ...
0
votes
1answer
180 views

Workflow starts slowly

I have developed 2 workflows. Both are run manually. The first workflow starts the second, waits for it to finish, and then carries on. There are no problems really, it's just that once the second ...
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
79 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
0answers
127 views

Custom state machine workflow's states being executed automatically

I have a scenario of state machine workflow for a Helpdesk project. In this ticket workflow need to maintain. we are using form library and a state machine workflow is associated with it which will ...
0
votes
0answers
77 views

Accept Delegate Custom Workflow activity

Hi i am currently building a custom workflow activity for visual studio 2010 i would like to create a method invoking property, like many of the oob activities have public static ...
1
vote
0answers
137 views

Trying to convert a SP2010 document version to a PDF generates SPException: List does not exist

I am trying to modify an existing SP2010 custom workflow action that converts an existing document to PDF using Word Automation. There is a new requirement to only convert the last published version ...
1
vote
0answers
142 views

how to maintain workflow task list data when retracting or removing workflow association

whenever i try to remove workflow association or retract workflow solution (.wsp) all associated task list data also gets deleted. i want to prevent this behavior as task list data is important for ...
0
votes
2answers
214 views

Sharepoint 2010 workflows created in Visual studio deployment and redeployment strategies?

We need help from experts regarding workflows deployment strategies. We have several state machine workflows created using VS-2010, now after deployment, Client will ask for changes inside it e.g. ...
0
votes
0answers
16 views

Need table of Activity IDs

Upon trying to re-publish a workflow, I received an error stating that Cannot "resolve Activity 'IDxxxxx" - How can I determine what activity is referenced in the error message?
0
votes
1answer
118 views

Add column to Workflow Status page

I have created a State Machine Workflow and I want to add another column on the Workflow Status page. Currently there are "Assigned To", "Title", "Due Date", "Status", "Related Content" and ...
0
votes
0answers
89 views

Disable all workflow, with out leveraging the Timer Job

Is there a way through powershell to identify any workflows that are enabled in my site collection and then disable them? I want to still keep the Workflow timer job running so i can test a workflow ...
0
votes
0answers
155 views

Outlook 2010 does not open SharePoint 2010 Overdue task and pops up a flickering window

Microsoft Office Outlook 2010 integrates with SharePoint 2010 workflow notifications by providing an option to "Open this Task" on the ribbon. We have an issue where when the user tries to open an ...
0
votes
1answer
176 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
423 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
382 views

Outlook 2010 does not open SharePoint 2010 Overdue task

Microsoft Office Outlook 2010 integrates with SharePoint 2010 workflow notifications by providing an option to "Open this Task" on the ribbon. We have an issue where when the user tries to open an ...
0
votes
1answer
254 views

Custom visual studio Workflow deployment with Site Definition

In Production Environment : We have Custom Workflows in a Visual studio Project, each time we create a Site based on Site definition we have to reassign workflow association from visual studio. How ...
0
votes
1answer
357 views

unable to update the list item in nested if-else condition in Visual Studio State Machine Workflow

I am working on State Machine Workflow using Visual Studio 2010 Workflow. I want to update the list item on item changed. But unable to update the item. I am updating the item in nested If-Else ...
1
vote
1answer
56 views

How to make two activities communicate in my workflow

I'm working on a workflow in which I'm calling a custom activity. After the call of the custom activity I'm trying to get properties which have been changed in the custom activity in my ...
0
votes
1answer
203 views

ontaskchanged Error occured

I'm trying to create a simple workflow containing a while in which you can find : createtaskwithcontenttypes while Ontaskchanged completetask When I try to launch the workflow by adding a new ...
0
votes
1answer
1k views

How to assign a particular column values of sharepoint List A 2010 from sharepoint ListB 2010

I have two list in sharepoint 2010. In List A i have Assigned to field column(people or user group). In List B i have two fields Name and Email id column. I need the email id values of List B should ...
0
votes
2answers
5k views

The form cannot be submitted beacuse of an error

I am using SP2010 with infopath 2010. i've designed a custom approval which contains one approval process. this workflow prompts users to fill in reviewer, CC and comments on the workflow ...
0
votes
0answers
170 views

How to modify replicator activity

I'm using a Replicator Activity in my Workflow. I would like at some point, to modify the list I've given to InitialChildData. I've tried to do something like : ...

1 2