1
vote
0answers
19 views

SPD Workflow - This task is currently locked

I have a big problem with a SPD Workflow. I created a workflow, based on the "Collect Feedback" workflow. After i published it, i can use it as i want to on my environment. So i created a wsp file out ...
0
votes
0answers
14 views

Programatically Assign a content type id to 'CreateTaskWithContentType' in SharePoint 2013

I already have a content type created via the UI that inherits 'Task' and added to the 'Tasks' list. as show below: Via C#, How can I associate this content type id with the ...
0
votes
1answer
13 views

SPWorkflow.Tasks is empty when not in debug

I'm facing strange problem. I have following code to get last item workflow and its task item. var wfCol = item.Workflows; if ((wfCol == null) || (wfCol.Count == 0)) return null; var wfItem = ...
0
votes
0answers
10 views

Assign a form to a Group doesn't create multiple task items to the users belonged to a group

I was creating a task using the SPD "Assign a form to a Group" in order to assign multiple task items of those persons inside that group. Unfortunately, when i view the Assigned To Column in the task ...
0
votes
1answer
12 views

Assigning a Task to a User From Lookup In Another List

I have a list with several fields, one being an ID (single line text) and another an Approver (person/group). I then have another list where the ID is the source for a lookup. What I would like to ...
0
votes
0answers
8 views

Unable to end a workflow on a list

I've got a SP workflow issue that I'm struggling with. I've got a list and a task list, a user submits an item to the list then a task is created which is automatically assigned to the "admin". After ...
1
vote
1answer
54 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 ...
0
votes
0answers
19 views

How to mark a group task as complete if any member of the group completes it?

I created a group in SharePoint of three people who can publish documents. Then I created a workflow that assigns a task to that group when a document needs to be published. If any of those three ...
0
votes
2answers
150 views

Deleted Workflows Still Sending Emails

All! I have an issue that neither I nor the contractors that I have working for me have been able to figure out, and I'm hoping you all might be able to help me. I have several users that are getting ...
1
vote
2answers
140 views

ListData.svc and Task Approval

How can I approve a workflow task using the ListData.svc? I am attempting to just set the value of ApprovalValue to "Approved" but this is not working at all. Any help you can give will probably save ...
1
vote
1answer
33 views

Workflow form display error

I am trying to create a workflow that has an approval process. Once i create the workflow and start it. I get a task added in a Task list but when i try to view it i get this error. The form ...
2
votes
0answers
52 views

Linked Data Source problems

I have some few questions regarding how to make Linked Data Sources work. Is there a way to have the column headers be able to sort by ascending or descending (this is not too important but is ...
1
vote
0answers
26 views

SharePoint 2007 - False task assignment e-mails

I am experiencing a problem with the workflow that is currently being used to manage review tasks on some document. Once the workflow starts, false task assignment e-mails are sent to the requester ...
0
votes
1answer
51 views

Workflow doesnt start anymore after add new item, how can I find the problem?

I am using sharepoint 2010 and created a visual studio workflow which is creating some tasks and assign it to some user or group. I have deploy for a couple of 3 times new versions to my environment. ...
2
votes
4answers
1k 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
0answers
62 views

Is it possible to set a value when collecting a task from a user

This is probably quite simple, yet i'm struggling to come up with an answer. I have: List A: Requests List B: Approval Tasks When a request is created a workflow starts that in step one "Collects ...
0
votes
1answer
204 views

Custom Task assigned to multiple users in SP 2010

I have a first SharePoint List that contains two columns: Name of the application Name(s) of the developer(s) There is a second SharePoint List that fires a Sequential Workflow in Visual Studio ...
1
vote
1answer
432 views

Randomly: Item does not exist. It may have been deleted by another user

I have a rather curious issue with some workflow tasks. My (state machine) workflow creates a handful of tasks while running. Users interact with the tasks to move the workflow between its states. ...
0
votes
0answers
55 views

Workflow Task URL Link

I have created a custom approval workflow with Visual Studio 2010 for Sharepoint 2007 using WSPBuilder, everything works fine, however I’ve been asked to customise the E-mail, which is also ok, the ...
4
votes
1answer
205 views

How to alter SP2013 workflow task from an ASP task form?

I have created SPD workflow with a custom ASP form. My form opens when clicking on a task link and I can show information about the task. Now I want to alter the task after pressing a button, but ...
0
votes
1answer
133 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
2answers
680 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); ...
0
votes
1answer
77 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
87 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
0answers
59 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
62 views

SPListItem.Tasks always empty

I have a custom sharepoint (2007) list (named testlist) on which I attached a test workflow (built with sharepoint designer 2007 and named testwf), which only task defined in the 'Actions' section at ...
1
vote
0answers
44 views

Modify Feedback Workflow to transfer a custom column value from Shared Documents to the Tasks list

I would like to modify the default feedback workflow. I have already made a copy of the workflow and made some minor adjustments to fit my needs. Now I need the work flow to pull the information from ...
0
votes
0answers
81 views

Calling “Reassign task” function

Does anyone know how to reassign a task using code c#? I have a requirement where a user will click on a button and SPUser is passed as a parameter, the workflow task need to be reassigned to a ...
0
votes
0answers
200 views

How to unlock a Task Item after updating it?

I am using Workflow to assign tasks and running another action in parallel to update Task (Tasks created by assign task action). This piece is working fine. However, the task is staying locked for ...
0
votes
0answers
279 views

Sharepoint doesnt send notifications for tasks

My question is about Sharepoint. I create a workflow via Sharepoint designer, and "Assign a To-do Item" in it. When workflow start it doesn't send any notifications via email. But when I add "Send ...
0
votes
0answers
134 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 ...
1
vote
2answers
898 views

create content type from workflow task

I have been looking all over the internet for instructions on how to create a content type based off the Workflow Task type. Everything I have found thus far seems like it is incomplete or has gaps ...
1
vote
1answer
91 views

SP2010 workflow task-mails: invalid html in sended mails

Sometimes (not always) some task-mails are not displayed correctly. xslt: <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" ...
2
votes
2answers
459 views

Check if task has already been submitted on opening InfoPath task form and switching view to reflect so

I am trying to make my custom task form (of Visual Studio Sequential Workflow) to switch view to "Submitted" in case someone has already submitted this task before, since this task could be assigned ...
0
votes
2answers
218 views

Multiple, sequential tasks in one workflow

I have a couple steps in a declarative workflow that each collect data from users. I need each collection task to be completed before the next step kicks off. Is this possible. Also, the workflow is ...
0
votes
1answer
83 views

Sharepoint Task Items

I am using a workflow which generates a task on the creation of new item of list. I want that task visible to only 'Assigned To' people not the one who create it. Tell me any way to do this. I have ...
0
votes
1answer
212 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 ...
1
vote
1answer
386 views

How bind a custom ContentType with activity CreateTaskWithContentType ?

When I create a task with activity "CreateTaskWithContentType", I can't bind a custom ContentType with the list "Tasks". For the moment I try to bind my CT with the correct path in properties ...
0
votes
0answers
64 views

How to use updateAllTasks in a custom workflow

I am making a custom workflow in Visual Studio. I want to use the updateAllTasks workflow item to update all the tasks. I am trying the following in the invoke method. ...
0
votes
1answer
556 views

Routing Workflow Task Emails to groups based upon List value

I have developed a state machine workflow that is curretly working fine. Although this is working, users are complaining about being bombarded with workflow task emails that don't have anything to do ...
0
votes
0answers
90 views

AlterToDo is not affecting Comments but Affecting other fields

I am facing some creepy error here. i am trying to alter a task using AlterToDo Method of Workflow.asmx Here is my code strTaskdata = "<my:myFields xmlns:my= ...
0
votes
1answer
225 views

Displaying data collected in previous step of workflow in current step

Here is the setup. Creating workflow in Sharepoint Designer with two steps: 1) Collect feedback 2) Collect feedback2 Is there a way that you can display the feedback collected in step 1 on the edit ...
0
votes
1answer
69 views

Assigning Tasks

If I assign a task to an Active Directory group or mailing list, will it autogenerate tasks for each person in that group or mailing list such that they all get an individual task to complete? ...
0
votes
1answer
261 views

Cannot edit task list item after completed/no “save as draft” for task forms

I have built a SPD workflow in SP2010 (collect data from user) that collects a single text field from the user (this is just a test case, my real task form has many more fields). When the user ...
0
votes
1answer
333 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
1answer
76 views

What type of permission user needs in order to approve workflow task?

Is read only permission enough for user to approve a task in workflow? or I need to grant the user contribute rights in order to approve or reject a worfklow task.
1
vote
2answers
314 views

SSL redirect and AAM not working on a Workflow which is using the original/install URL

A year ago, I created our SharePoint site under a test name. I then added an AAM to extend it to our production name. Just a month ago, I added an SSL redirect in IIS which sends all http requests ...
0
votes
1answer
436 views

Linking Approval Tasks on List Items with SharePoint Designer Workflows

I have a simple approval process that I built with SharePoint Designer 2010. It starts by assigning a task to the user. The user simply approves and rejects the task. Based on the status an email ...

1 2