SharePoint workflow refers to the automation of a business process by step by step execution of steps. There are two types of workflows - Sequential Workflows - State Machine Workflow

learn more… | top users | synonyms

0
votes
1answer
121 views

SPD Workflow Approval Task- Unexpected Error When Viewing Task

I have a SPD 2010 workflow that is starting an approval process and assigning a task to a user. I'm running into an odd issue. When a user with contribute permissions on the Task list tries to view ...
1
vote
0answers
41 views

SPD Workflow not looping on item changed

I have a reminder workflow on a task list. It simply checks if the task has been completed and then sends a reminder email if it hasn't. It then pauses for a period of time and then updates a field in ...
1
vote
0answers
238 views

Modify “Edit this Task” Outlook button for SharePoint 2010 workflow task custom content type

I have created a custom content type based off of workflow task content type by following along with this article http://fmuntean.wordpress.com/2009/11/27/infopath-task-forms-made-easy-part-2/ ...
1
vote
1answer
81 views

make a readonly field as a writable after workflow

I have a list, with a readonly field, I want that the user can edit that field after the workflow is complete, only using sharepoint designer. It is posible?
1
vote
2answers
573 views

How to programmatically restart a workflow

I have a workflow linked to my list. Is there any programmatically way to select a list item and restart the associated workflow? Something like: SPListItem item = List.Items.GetById(1); ...
1
vote
1answer
63 views

Update existing word document from SharePoint via code

I'd like to insert a line of text into an existing Word document that is stored in a document library. Would this be possible to do through an event or workflow? If so, how would I go about ...
1
vote
2answers
75 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 ...
2
votes
1answer
211 views

Why are my external workflow events delivered twice?

I'm writing a workflow that uses pluggable workflow services to await an external event from an external program. My problem is that, no matter how I re-write it, the external event is raised twice, ...
0
votes
1answer
55 views

i can not deal with my if statement

i made my first Workflow using SPD 2010 but it doesn't work correctly . my issue is to automate vacations cycle in my organization. First ask the person about vacation type and his alternate person's ...
2
votes
1answer
407 views

Error occurred in deployment step 'Activate Features': Feature with Id 'xxxxx-xxx' is not installed in this farm, and cannot be added to this scope

while installing a feature, VS ouput the error: Error occurred in deployment step 'Activate Features': Feature with Id 'xxxxxxx-xxxx' is not installed in this farm, and cannot be added to this scope. ...
0
votes
1answer
252 views

How to Delete List Items That are Older Than X Days

What will be my best approach to delete an item that is older than x days? If it is using a SharePoint workflow, how should I initiate the workflow and what are the steps involved in the workflow? ...
1
vote
0answers
81 views

Moving files from intranet to extranet - ShaerPoint 2010

I am working on a new SharePoint project (new to SP overall) and a requirement is to "publish" documents on the intranet, across different sites, to a desired location on an extranet. The intranet is ...
0
votes
1answer
31 views

Emtpy Data of Column in Item when Workflow successfully Rejects or Approves

I have created my own approval workflow.when Workflow successfully has done , i see Page content or Text Editor is Empty when Item copies to other library.i checked View Setting and Permission too. ...
1
vote
0answers
170 views

How to copy Assigned to field from list A to List B on creation of item in List B?

Trying to solve a problem with moving data from one list to another. I have 2 lists. 1) a project list that contains Project info (project ID which is text, name, lots of details, and an "Assigned ...
0
votes
0answers
23 views

View the state of a state machine workflow

I created a state machine workflow (with off course different states) for a content type. When i create a library with that content type and start the workflow. I can not see in which state i am. Is ...
2
votes
0answers
69 views

Impersonation as Site Owner, workflow is cancelled when setting

Good day. We have a simple list workflow that uses Impersonation to give Contribute Rights to a user via Replace Contribute Item. The workflow is created by our site Collection Admin. So when i ran ...
1
vote
1answer
77 views

How to sent an alert / e-mail to user when a particular list item is selected?

I am using Sharepoint 2010 Foundation. I have a list setup that multiple departments access and update as orders move through production. Orders get entered and assigned to a user (the salesperson) ...
1
vote
1answer
413 views

send email from workflow based on loopkup column

I have a workflow in visual studio and I need to send an email to a domain user whose name is entered into a sharepoint Person or Group lookup. The value will not be in a sharepoint group, it is from ...
0
votes
0answers
60 views

GuidAssoc is empty when deploying Workflow with stsadm instead of VS 2010

Using the excellent instructions by Ingo Karstein I have built a workflow with an association form using VS 2010. When I install the workflow using the 'Deploy' menu option in VS 2010 everything ...
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
0answers
60 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
0answers
174 views

Calculated field to split URL and update a list field

I wonder if you can help. Im wanting to find a way of storing the Parent Item within a child item entry. After doing some research ive been told that the only way this can be done is by the URL link ...
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 ...
1
vote
0answers
15 views

change one of reccuring event from workflow

We need create a workflow which change for example category column(work-->done) When We create in Sharepoint Designer workflow with action update list item, this action change all series, however in ...
0
votes
0answers
58 views

How can I remove the 'Open this task…' button from Workflow Task e-mail?

This issue that prompted this question.. As it appears there is no workaround to the workflow task opening constantly issue, is there a way of removing this button from default workflow task e-mails? ...
1
vote
0answers
32 views

Approval Workflow with content targets…?

I have a random question for a workflow & I'm trying to figure out the best way to do it. I have a content target when someone submits a new 'news' item - say for example, they can select IT, ...
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 ...
1
vote
2answers
245 views

Uploading xml to document library won't start workflow

When I upload an xml document to a document library, the workflow associated with that document library won't start. Here is my the code I use to upload: using (SPSite site = new ...
0
votes
1answer
68 views

Can a workflow on one list update fields in a linked (joined) list?

I have two lists in Sharepoint 2010 that have a 1:1 relationship. When a user creates an entry in the first list (call it "Requests"), this triggers a workflow that creates a corresponding entry in a ...
1
vote
0answers
33 views

Asigning task to selective users from the list

I need advanced sharepoint help and hoping that someone can help me... I have 20 teams in my group and for each task I need to select certain teams each time and not all will be asked to review the ...
0
votes
0answers
34 views

sharepoint 2007 workflow restarts automatically after 30 minutes

I have this situation: a simple list with a workflow to collect data from user. Then on the Approval Tasks list I added another workflow to send an email to the user with the link to start the above ...
0
votes
0answers
71 views

sharepoint 2007 workflow restarts automatically after 30 minutes

I have this situation: a simple list with a workflow to collect data from user. Then on the Approval Tasks list I added another workflow to send an email to the user with the link to start the above ...
0
votes
1answer
93 views

How a Workflow can pass a list item through a site collection hierarchy

I have a site hierarchy like this: p c1 c2 I want to create a workflow to process a list item in c1 and under some conditions pass it to another list in c2 or as a workflow variable in p. ...
0
votes
0answers
20 views

What would cause a Work Flow to Disappear from the Item's Available Work Flows Page?

I'm developing a workflow that clones an existing item into a new library and then deletes the current item. Everything seems to work fine for a few test runs until at some point I click on the item, ...
0
votes
0answers
74 views

Workflow - repeat data from first element of list

I have create workflow that will be accept or not the holiday proposal. I use for that standard approval document workflow. I will short describe looks like: Create new holiday proposal Input data ...
3
votes
1answer
2k views

How can I display list item data on a workflow initiation form?

I have a master list (Projects) containing all the data about the projects my clients' employees (technical writers) are working on. When it's time for the writers to grab sign offs on the project ...
0
votes
1answer
255 views

SharePoint workflow canceled on start only when automatic

I'm having a strange issue with a Visual Studio Sequential workflow. We're uploading files to SharePoint Document Library via Client Object Model using File.SaveBinaryDirect. Error in log is as ...
1
vote
0answers
106 views

How do I get multiple people from a multiple choice column?

So, the question does a poor job of outlining the problem. Apologies. I've got one list where my clients track their projects; let's call it Projects. In it, they make a selection on a multiple ...
0
votes
1answer
166 views

Visual Studio 2010 Workflow Error

I have created a simple workflow in VS 2010. What it does is creating a task for a person, when the person changes the task status to "Complete", it logs a message to workflow history. When I change ...
0
votes
0answers
68 views

Workflow pass list item through a site collection hierarchy

I have a site hierarchy like this: p c1 c2 I want to create a workflow, to process a list list item in c1 and under some conditions pass it to another list in c2. How it is possible in ...
0
votes
3answers
691 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 ...
0
votes
1answer
51 views

How to close initiation workflow window?

I open a dialog initiation window of my sequential workflow from ECB menu. There is a start button on it. When this button is clicked the workflow starts working and the dialog window stays open. How ...
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
1answer
194 views

I need to create an SPD2010 Designer workflow that will run when a date range is equal to Today -6

I am using SPD and SharePoint 2010 and I have a list where Project Manager's enter weekly updates and I'm looking for a way to automate a reminder to them. Currently we have a field called "Date PM ...
1
vote
1answer
275 views

Publishing site without workflow?

I want publishing sites without workflow. Let me explaint my requirement like this. In my publishing webs content authors only should approve/reject items for content authoring. No need for workflow ...
2
votes
1answer
73 views

Can someone help me use SharePoint 2010 to do data processing?

TL;DR: I need to create a system in SharePoint in which a user uploads an Excel (or CSV) file to the site from a webpage. The site takes the uploaded document and uses it to populate a list. Then it ...
1
vote
1answer
764 views

“SharePoint 2013 workflow: Create a custom action” Sample does not Work

Follow the URL: http://code.msdn.microsoft.com/SharePoint-2013-workflow-41e5c0f9 Tried it and it can be built, but it fails in activation step: I got the error: Error occurred in deployment step ...
1
vote
1answer
35 views

Creating tasks simultaneously, freeze.

I am working with two workflows, both of them have been done in C# by using Visual Studio within SharePoint 2007 , the first one is activated when a document has been updated and copies the file into ...
0
votes
1answer
113 views

How to reduce field on user profiles management using workflow in SP Online

I have some problem with my "holiday proposal" workflow in SharePoint Online (Office 365 - SharePoint 2010). I have created field (integer) "Free days" in user profiles. The main things is to ...
4
votes
3answers
854 views

SharePoint Designer Workflow Not Always Firing

I have a very simple SharePoint Designer workflow on a SharePoint list. All it does is fire when a new item is created, copying one column value into another. The workflow generally does exactly what ...

1 5 6 7 8 9 27