Tagged Questions
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
0
votes
0answers
8 views
Workflow with EF Does not Execute Properly When Called Programatically. The specified named connection is either not found in the configuration
I have a WF that is using EF 6.0 that needs to be started by another workflow. If I call the WF manually, it runs without any problems and an entry is added in the database. The problem is when the ...
0
votes
0answers
7 views
Add Content Type to existing List when associating Workflow
Using Visual Studio I have created a package for SharePoint 2010 that deploys a Workflow that creates Tasks of a custom Content Type Id. When I first deployed it, I noticed that Tasks were being ...
1
vote
0answers
6 views
Copy file and metadata to library having event handler timing problem
Using SP2010, I have a custom workflow (Visual Studio) that copies an Approved file from library A to library B (within the same site collection). I found that I must do the copy in two steps to ...
0
votes
0answers
14 views
SPD13 Workflow - Only site admin can start it
I've put together a mildly complex workflow that is supposed to be able to be started by the average user making a change to a list item. However, my admin account seems to be the only one that can ...
0
votes
1answer
26 views
how to get with powershell the list items which have old versions of a workflow running Part 2
After trying for several hours I am struggling with powershell to do this:
Please see my previos question here:
how to get with powershell the list items which have old versions of a workflow running
...
0
votes
3answers
26 views
Would it be possible to move the List Workflows(SPD) to another site?
We have created a List Workflow using SPD and moved the site to another location using Export & Import-SPWeb cmdlets.
Now, we are unable to the workflow on the new site? is that expected ...
0
votes
0answers
6 views
State Workflow and Custom Tasks
Using Visual Studio, I have created a custom state workflow for a SharePoint 2010 Document Library. As typical with most custom workflows, this is an approval workflow where the document in question ...
1
vote
1answer
18 views
add under anonymous user listitem, but set created by field with an existing user?
I have a form with some fields like name, lastname, address, phonenumber etc. This page is accessable for anonymous users. The code behind is adding a new listitem under administrator privalidges. ...
0
votes
1answer
25 views
Copy new entry data to another list
I have 20 Calendars on a site. Is there a way to copy new calendar events (meaning whenever a user add an item in the calendar) to a list. Both calendars and list are on the same site.
I can create ...
1
vote
0answers
9 views
Workflow debugging prerequisites failed to complete - VS2013 Autohosted App
I am creating an auto-hosted app on VS2013. I am working with SharePoint Online and not locally. The problem is that when I try to enable the workflow debugging on my project I receive the error:
...
0
votes
0answers
15 views
Can't get Workflow 2013 to work
In my Farm Solution, I want to add a new Workflow with Visual Studio. It's a 2013 Workflow.
I run the wizard to create it, and add something to the sequence. Then I click on Deploy.
It's a List ...
0
votes
1answer
22 views
Error in VisualStudio 2012 when creating Workflow 2013
I receive an error in workflow designer when created new "Workflow" item in "SharePoint 2013 Empty Project" or "App for SharePoint 2013".
An error when created new "Workflow" item in "SharePoint ...
0
votes
1answer
18 views
Look values for email should not show other email id's sharepoint desginer workflow
I need to send email to 2 users in a lookup column in a row. But i dont want both email ids to display for both users when they open the email. How to do this using SharePoint designer workflows?
A ...
0
votes
0answers
17 views
workflow to copy document from one document library to another library in different site
I am aware about setting up workflow which can move a document from on document library to another within the same site. I use this workflow heavily. I don't get an option to select document library ...
1
vote
1answer
28 views
Paused Workflow Prevents 2nd Workflow from Starting
I'm new to SharePoint but have used some info I found on here/other sites to setup some workflows on a site that I own. The site is part of a larger site that I don't own.
I have one workflow that ...