2
votes
0answers
51 views

Sharepoint Workflows and Managed Term Sets

Platform: Sharepoint 2010 with Sharepoint Designer 2010 Are there any explanations out there on how to create a workflow with an email template that is sent to certain people based on a taxonomy term ...
0
votes
0answers
29 views

can a workflow be assigned to a list and a content type

I'm creating a workflow that needs to run everytime a article is added to a list, but it also needs to be able to check a field that is in a custom content type. This content type is used for every ...
2
votes
1answer
104 views

Error while form opening if it is created from SharePoint Designer

I got stuck! :P My goal: New form in source library ====> New form in target library [both web-browser enabled, following Infopath templates] Using "create list item" action within a workflow ...
0
votes
1answer
85 views

Sequential workflow running twice sharepoint 2007

I inherited a site with a sequential workflow (created in Visual Studio 2008). The workflow is attached to a content type and is set to run only on item created. Recently, I attached three declarative ...
3
votes
1answer
144 views

Removing Workflow Association on Content type programmatically with push to children

I am required to remove Workflow associations on a content type and from all the child content types deriving from this, as well as the list content types, deriving from the derived. ct - A Site ...
3
votes
1answer
88 views

SharePoint 2010 Workflow Deployemnet from DEV to UAT

I have Sharepoint 2010 DEV and UAT sites. I have made some changes in DEV workflow and I want to deploy the changed workflow to UAT site. I have created the workflow template and saved .wsp file to ...
2
votes
1answer
551 views

How to associate a list workflow to list-specific (not site) content type

I am trying to make a workflow for a specific list content type. Unfortunately, there seems to be no option to do so. I can create a list workflow in SP Designer but can't find an option to associate ...
3
votes
1answer
50 views

Workflow and Page Content Types

In 2007 I am trying to understand the use of workflows added to page based content types that will eventually live in a page library. If I add a workflow to such a content type then use that content ...
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/ ...
0
votes
1answer
128 views

Uploading a document of given content type invokes wrong workflow

Problem summary: Given 2 content types and a different workflow associated with each CT, one workflow works properly for it's CT but when the other CT is uploaded the wrong workflow is invoked. I have ...
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
0answers
15 views

WorfklowAssociations.Update exception

I am following the example provided by http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spcontenttype.workflowassociations.aspx Any ideas as to why the exception stating 'workflow ...
1
vote
2answers
850 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 ...
0
votes
1answer
398 views

I can't remove Content Type programmatically? How I can do it? SharePoint Foundation

I create in SPD 2010 workflow which create custom content type with column. I removed workflow, list and column and I also want to remove content typ but I can't do it, SharePoint shows this info "The ...
1
vote
1answer
371 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 ...
1
vote
3answers
2k views

Creating Document with workflow: The file test.docx cannot be opened because there are problems with the contents

I have a document library with two custom content types. If I use the web interface and choose New Document -> MyCustomType the document template opens up and I can create and modify the document and ...
0
votes
2answers
1k views

The workflow could not create the list item?

I would be grateful for any help/pointers I am getting “The workflow could not create the list item. Make sure the list exists and the user has permissions to add items to the list.” My scenario ...
0
votes
1answer
219 views

Infopath Publish as Content type an Reusable workflow

Does anyone have any good links to web tutorials that demostrate how to publish and Infopath Form as a content type and then attach a reuasble workflow to the form?
1
vote
1answer
479 views

Globally Published Workflow only available for Parent/base content type and not the children

I've published a globally reusable workflow which is associated with a parent or base content type. Within one of my subsites I have a library full of documents that are child content types of this ...
2
votes
1answer
2k views

Workflow create task with content type - Custom Forms in InfoPath

I know it's possible to customize the forms of workflow tasks but is it possible to have them customized also for "CreateTaskWithContentType" component, not just for "CreateTask"? I had a try of ...
2
votes
1answer
2k views

Why is a workflow, which is associated with a content type, not associated with a document of that content type?

We have Sharepoint 2010 and MS Word 2007. I have the three default workflows (Collect Feedback, Approval, Collect Signatures) associated with a content type based on the document content type. When ...
0
votes
1answer
111 views

Workflow For Forms

My company is currently planning to setup Sharepoint 2010 and I have been tasked with converting old forms (e.g. Vacation Request Form) into workflows in Sharepoint. Historically, the forms have been ...
0
votes
2answers
461 views

Unable to see read only fields of a content type from a workflow in SharePoint Designer 2010

I have published an Infopath form that creates a custom content type for a site. Using SharePoint Designer, I have created a workflow for the list that the content type is associated to. So why can I ...
3
votes
1answer
196 views

Why is this workflow to create a document from a custom content type just creating a blank document?

I have a document library with a custom (document) content type set as default (the only content type), and I've edited the template to use columns to populate the document. When I create a new ...
1
vote
1answer
310 views

SharePoint Designer workflows don't reflect changes in content types

I've been trying to create a set of SharePoint Designer workflows for a WSS 3.0 site, and I can't make SPD see changes in the content types of the lists. Specificaly, I'm trying to use the Create ...
1
vote
1answer
218 views

limit visual studio workflow to base content type “document”

i want to limit my sharepoint 2010 workflow, which i developed in visual studio 2010, to the base content type "Document". Is there a way to accomplish that? i searched the sdk but have not found ...