1
vote
1answer
35 views

How to get approval status of a list item as a column to that list?

I have a Calendar list and an approval workflow. The workflow is initiated when a new item is added. The event gets approved in the task list. I want to get that "Outcome" column to the list. But when ...
2
votes
4answers
469 views

Design Workflow that Emails People in Assigned To (Except for Created By)

We have a custom list that tracks work tasks in our department; we track our own work and use it to assign work/tasks to other colleagues. I have a people/groups column called AssignedTo and need a ...
0
votes
1answer
251 views

Workflow updating a multiple value lookup column

I have a couple of task lists for a project. One list is the list of main projects, the second is a list of tasks under each main project. The main projects has a lookup column that allows multiple ...
1
vote
1answer
395 views

How to display list data in 'Related Content' field in Tasks

I've got a holiday approval system on our Sharepoint 2010 Foundation intranet. The process is that the staff member requests a holiday by adding to a List called 'Holiday Requests', the workflow then ...
2
votes
0answers
48 views

How do I run a Workflow on a Task List as the Current User instead of Item Creator?

I've created a Workflow in SharePoint Foundation 2010. It creates items in a task list. (Collect Data From User) There is a workflow on the second task list that runs when the task is changed. For ...
3
votes
1answer
155 views

Why is Workflow sending Emails even when Status is Complete and %Complete = 100%?

We have a user that is receiving the Task assigned to emails about once a week. He is listed in the CC field of the emails (I think this indicates he created the list entry for which the Workflow is ...
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
1answer
199 views

Assigned To blank in State Machine Workflow?

I created State Machine Workflow regarding on Client Requirement Avery thing is working fine but Approver name not available in Assigned To in Task list field but Task is Created. string ...
0
votes
0answers
129 views

Multiple approval Workflow in SharePoint 2007

I know we can develop this custom with a custom button using .NET. But wanted to know what option we have from the native MOSS 2007 product and/or with SharePoint designer workflows. We have a ...
0
votes
0answers
237 views

Attach content type to task list

I have created a content type that inherits directly from the "workflow task" content type. I deployed it as a feature and activated it. Now, I want to attach it to the "Task" list in a site, but when ...
0
votes
1answer
196 views

Are there advantages of workflows sharing a task list?

I have seen this approach as my company is currently upgrading from SP2007 to SP2010. Because the person who designed this left the company and there hasn't been anyone who continued maintaining the ...
3
votes
1answer
344 views

Programmatically get Workflow Task Outcomes (Sharepoint 2010)

I want to read all the Outcomes from a Workflow Task Outcomes (not only the standard but also the customized outcomes) from a Sharepoint 2010 Workflow Task. I searched all over the internet but ...
0
votes
1answer
329 views

Sharepoint 2010 grouping workflow tasks for a document library

We want SharePoint Experts Advice here What we have : 1- we have one document library ( many items). 2- we have many Tasks assign to document library item by workflow e.g. Require Manager ...
1
vote
3answers
1k views

How to debug the error "This task is currently locked by a running workflow and cannot be edited”?

From time to time, some of my SP2010 site workflows fail with this message: This task is currently locked by a running workflow and cannot be edited I believed I have fixed this but from time to ...
0
votes
2answers
404 views

Sharepoint Task Items Title Field - change URL to point at a custom form

I am currently developing a custom workflow which has it's own approval process when publishing documents to a list. I have created a new form for use which approves/rejects the file. The approval ...
1
vote
2answers
5k views

Correct way to fix “This task is currently locked by a running workflow and cannot be edited”

I have a SharePoint 2010 workflow that creates a task. The task has custom form and custom code executed when the form is submitted. Inside the code I'm trying to set the Completed Status on the task ...
1
vote
1answer
437 views

How to change view of InfoPath form in WorkFlow

Can you help me with my task: I'm creating a view/edit InfoPath form, using InfoPath Designer, for a task list where a workflow creates tasks. In the workflow I change this: ...
1
vote
1answer
129 views

Limiting Concurrently Running Workflows

I've got a SharePoint 2007 site which is using list item workflows to direct the execution of a business process. The list items are large (100+ fields). These workflows create tasks to collect data ...
1
vote
2answers
317 views

How to automatically restart a workflow when a task is locked?

I get the following error for some workflows. Restarting them always solves the problem, but doing this manually for each instance is not practical in our setup. This task is currently locked by a ...
0
votes
1answer
50 views

Can we create phased workflow in Sharepoint?

I am using a single tasklist at my work. I would like to notify the administrator at different times i,e in phases. For example, the data is presented in a tabular view categorized in to 5 phases. So ...
1
vote
4answers
961 views

Create multiple tasks from one single task

I am using SP2010. In Tasks, I create a task and assigned it to a specific group which has 5 people. What I want is that the task has to be individually assigned to each person i.e. 5 new tasks of ...
1
vote
1answer
145 views

Updating status of terminated workflows

I have a bunch of terminated workflows due to many reasons mostly inability(not catching exceptions) to send emails as part of task assignment. After the code has been fixed, is there a way to ...
0
votes
1answer
1k views

Workflow createTask: How to customize regular InfoPath task template?

Can I customize the InfoPath task form which is used by the regular createTask activity? I know I can create my own form and reference that in the elements.xml file, but I like using ...