Tagged Questions
0
votes
1answer
23 views
Is it a good idea to start parallel workflow in SPD?
Is it a good idea to start parallel workflow in SPD?
I want to develop a workflow in which user can multiple request at the same time and on the basis of workflow type workflows should start?
1. I ...
1
vote
1answer
57 views
run SPD workflow on changes to any field EXCEPT one?
I have a custom list. Each item in the list has 39 fields/columns that need to be filled out and a 40th field that gets filled out by a separate workflow.
I have another workflow that I need to ...
0
votes
0answers
134 views
SharePoint custom workflow action not in list
In VS2010 I created a custom workflow action. On my local development machine I followed these steps:
Put DLL in GAC
Add assembly in the "authorizedTypes" section of the web.config
Put .actions file ...
2
votes
3answers
733 views
How to create a new sharepoint site based on a template after a new item is added to a List
the help that I need is to know how can I create a new sharepoint site based on a template after a new item is added to a list, for example I have the the sharepoint sita "A" with a list with info ...
0
votes
0answers
309 views
Sharepoint designer Workflow - To return more than One records instead of First one [closed]
Please consider following scenario:
I have two sharepoint Lists, say 'Department' and 'Employee' and a department can have more than one employees. Now, I am creating a workflow in Dept List i.e. ...
0
votes
1answer
189 views
SharePoint Workflow Activity doesn't appear in SP Designer. Deployment was successful
I develop a SP Workflow Activity for SP Designer. The deployment is successful. In the webconfig-file the authorizedType is correctly inserted.
public static DependencyProperty TestProperty = ...
0
votes
0answers
222 views
Sharepoint 2007 workflow to Word 2007 document using multiple lists and steps
Background Details
I am using Sharepoint Server 2007, Microsoft Word 2007, Windows XP SP3, and Sharepoint Designer 2007. We are upgraded to Sharepoint Server 2010, Office 2010, and Windows 7 in 3 ...
1
vote
0answers
442 views
Workflow in sharepoint designer 2010 doesn't resume after pause [closed]
I'm working on a workflow that needs to pause for a few minutes and then resume. My problem is that it never resumes after the pause. This is the workflow I'm testing it on.
Log start to the workflow ...
0
votes
1answer
184 views
Sharepoint: access subsite page contact from workflow
I'm trying to create a work flow that will send an email to the users in the contact field for the page that the initial link was followed from.
In other words, a user clicks a link on page ...
2
votes
0answers
380 views
Sharepoint Content Type Workflow is not pushed to instances
I have created a reusable Workflow in Sharepoint Designer 2010 and published this workflow globally in my site collection. Afterwards I associated the workflow with a custom content type (Infopath ...
0
votes
1answer
311 views
Get value from list with two parameters to use in Sharepoint Designer 2010 workflow
I have two lists.
List one "Stores":
Store Name
Day Index
List two "Store Hours":
Store Name
Day Index
Hour
I have created a list workflow in Sharepoint Designer 2010 on the "Stores" ...
0
votes
1answer
197 views
Deciding which tools to use for a web project (SharePoint, Workflow, ASP .NET)
I have a question about a project we are planning to develop.
I will start by describing the project and later I will expose the possible approaches I see to tackle this task. I hope you can give me ...
-1
votes
1answer
719 views
Sharepoint Designer 2007 - Workflows and secondary workflow relationships
A little background: I work for a company that produces a product that has a workflow for projects with many "concurrently" running tasks. For this discussion, lets say that Project A creates 4 ...
0
votes
1answer
694 views
Populating lists with the workflow in sharepoint 2007
Hey all, I am currently building a workflow, i created a list (let say list A), when the user fills out the list (form) and clicks OK button the workflow kick starts. the first action of workflow ...
1
vote
0answers
1k views
SP 2007 Workflow in SPD lookup on current item do not shows the fields on the item
Sharepoint (Designer) 2007 is giving me troubles (again!) :
I'm setting a workflow that is bound to a list "List 1" and do this :
Create a new item in another list, "List 2"
Create 2 tasks items ...
0
votes
2answers
3k views
SharePoint Designer Workflow - Get data from a list column for which the workflow was generated [closed]
I have a Document Library called ATC, and have defined a Person or Group type column called Author. Author is required, single selection only, people only, choose from All Users.
I am designing a ...
0
votes
1answer
784 views
Can you check the field in current Workflow Tasks List and also check a field in the Pages Library?
In SharePoint Designer 2007, I would like to build a workflow attached on "Workflow Tasks" list,
which trigger when item is created and item is changed.
Then, in workflow Conditions, is it possible ...
0
votes
1answer
1k views
Updating external list from sharepoint workflow - error
I've created page workflow to update data in external list:
When I execute this workflow, I get an error. I don't know what causes the error:
I've read about permissions to the Sharepoint system ...
1
vote
3answers
1k views
Can I create a SharePoint 2010 workflow without using Visio 2010 Premium?
What I am trying to do here is to create a workflow using Visio 2010 for SharePoint 2010. Everything I keep finding indicates that I have to use Visio 2010 Premium in order to create a workflow in ...
0
votes
1answer
725 views
Error publishing workflow in SharePoint 2010
When publishing a workflow in SharePoint 2010 Designer I received the following error.
Errors were found when compiling the
workflow.The workflow files were saved
but cannot be run.
Check ...
1
vote
1answer
4k views
Create folder in document library using SharePoint workflow
I want to create folder inside my document library based on other document library in the root. And I want to run this workflow on new document library creation.
So let say I have 4 document library:
...
2
votes
1answer
583 views
sharepoint 2007 workflow trigger
I have an initial workflow in Sharepoint Designer that triggers whenever an item is created and also whenever an item has changed in the 'Employee' list .
Within second workflow I am updating the ...
0
votes
1answer
3k views
Send reminder email one day before task due date
I have a calculated variable called SendEmailDate (=[Due Date]-1), which will be used to determnie when to send the reminder email because I want something to go out one day before the task is due.
...
1
vote
2answers
380 views
moss 2007 workflows
I'm new to MOSS 2007. I need to create a workflow that looks at a document's review date (a select list predefined to values of 3 , 6 or 12 months) then send an email if the review date has passed.
...
0
votes
1answer
2k views
Sharepoint Designer Workflow with multiple tasks in sequence
I have a multi-step Sharepoint workflow in task list A that starts when a new task is created in that list and creates a task in another list, B. When that task in list B is completed, I would like ...
0
votes
1answer
2k views
Getting “task is currently locked” error for SharePoint Workflow created with SharePoint Designer
I am creating a simple workflow using SharePoint Designer that triggers when a user uploads a new Document to a library. This workflow assigns a task to multiple users and then waits until those tasks ...
2
votes
2answers
8k views
How to customize emails generated by adding a task in sharepoint designer
the email that is generated when a task is assigned by sharepoint workflow doesn't fit my needs and I would either like to customize it. If anyone knows how to customize this email, please let me ...
0
votes
3answers
7k views
Multilevel Approval Workflow Using Sharepoint Designer
I need to create a multilevel Approval Workflow for following scenario:
Workflow starts once item is created employee (Say in a ProductList) for certain Amount.
Manager Approves the workflow.
If ...
3
votes
3answers
9k views
Sharepoint Designer - is there a way to calculate a date difference in a workflow?
Maybe I'm just crazy... So, with SPD I can add any time unit to a date and put that into a variable, but I can't seem to find anything that will let me calculate the difference between two dates. "Do ...
0
votes
2answers
334 views
SharePoint - Modify the actions within a SPD-built workflow template programmatically?
Does anyone know whether it's possible to modify the workflow actions of a SharePoint Designer workflow template programmatically? For example, one has a SendEmail action and I'd like to modify the ...
0
votes
2answers
2k views
Sharepoint Designer - how to restart a workflow
Is there a way, through SPD (w/o the state machine extension), to restart a workflow?
0
votes
1answer
690 views
Automatic workflows do not “firing” anymore (SharePoint WSS3.0)
last week I changed the authentication in WSS from Windows to Forms. Now I have big problem with the workflows I created in SP Designer.
When I start the workflow manually, it fires, but when it ...
1
vote
3answers
485 views
Sharepoint Designer Workflow - value reset itself
I have a SharePoint Designer workflow like the following: (just an example)
If ActionId equals 1
Email InfopathForms:Customer Email
Sometime later, it changes itself to the following:
If field ...
0
votes
2answers
2k views
Can I change the name of the Sharepoint workflow?
I need to change the name of a Sharepoint designer workflow.
There is a simple direct way I can edit it via SPD right clicking the workflow name. However often the simple, apparently straight forward ...
1
vote
3answers
1k views
SharePoint Designer Workflows - tips and resources?
I'm working on revising some existing SPD WF's and strugling with some of the concepts including why 2 appearingly alike WF's doesn't produce the same output.
Are there anyone of you that has worked ...
2
votes
1answer
2k views
Sharepoint Designer - Creating a simple Workflow, check status of another Workflow
I'm trying to create a simple workflow using the Sharepoint Designer. We already have one user-defined workflow, called Internal Approval. This creates a column with the same name.
Basically, my ...
0
votes
1answer
2k views
Sharepoint and multiple workflows
I am designing a workflow for an absence request at my company. The problem is that whenever I to test the workflow, I don't know if it is SD or MOSS, but it creates a new instance of the workflow. It ...
1
vote
2answers
5k views
Accessing list data from a different site in Sharepoint Designer workflow
Does anyone know if it is possible to Lookup list data from a different site when creating a workflow with Sharepoint Designer 2007? The Define Workflow Lookup dialog only allows you to pick from ...
0
votes
6answers
7k views
sharepoint WSS workflow - “failed on start” error
I've got a WSS 3.0 "project" site with all my workflows working properly. I want an easy way to clone this site, there will be one per project, so it has to be something the empowered end user can do ...
0
votes
1answer
2k views
SharePoint Designer Workflow: Unruly 'Collect User Data' Action
I'm a student in a SharePoint class online. This problem has riddled everyone I've discussed it with, including the teacher. There seems to be some sort of problem when I create a workflow with the ...
2
votes
2answers
2k views
Migrating a SharePoint Designer Workflow into Visual Studio Workflow
Under normal circumstances you cannot move a workflow designed in SharePoint Designer to another site, or into Visual Studio for further customisation/development.
I believe it is possible but was ...
2
votes
1answer
213 views
How to access the uiserID of the user who initiated a workflow
DUPE: See link below
I have a SharePoint Designer workflow and I need to send an email to the user who initiated the workflow. It is set for manual start only so it should always be running in the ...
1
vote
2answers
2k views
Can a single workflow generate multiple list items?
I want a workflow that, when an entry is created in List A, will generate one entry in List B for each entry in List C. Is this possible? If so, how?
6
votes
4answers
9k views
In sharepoint designer's workflow editor how do I get the workflow initiators username?
In Sharepoint designer's workflow editor I wish to retrieve the username/name of the work flow initiator (i.e. who kicked it off or triggered the workflow) - this is relatively easy to do using 3rd ...
0
votes
2answers
2k views
Looking up document library items in a SharePoint workflow
I using SharePoint Designer to create a workflow. I'm trying to get at a sub-folder in a document library in the "Define Workflow Lookup" dialog. There are two issues with this:
I can't look up ...
