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
2answers
17 views
How to create a weekly email summarizing new content from multiple lists?
I've been tasked to create a week in review email that summarizes the latest news, events, job postings, and new documents on our intranet. However, they are currently all on separate lists. Is there ...
0
votes
0answers
6 views
How to send the Assignment Email with a link to the task in it SharePoint 2013 Visual Studio Workflow
I have developed a Visual Studio 2012 workflow for SharePoint 2013.
I am trying to find a way to simply send a link to the actual Task in the Assignment email. I have created a variable and set the ...
0
votes
1answer
15 views
Workflow - Moving Actions Up/Down
I have a step in which 5 actions run in parallel. It's a Collect data from... task. If at any time I need to go into the workflow to make changes to this step (add action somewhere in the middle, move ...
0
votes
1answer
24 views
SPContext.Current is null in Execute(ActivityExecutionContext executionContext)
I have a custom workflow action derived from SequenceActivity
protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext)
{
var current = ...
2
votes
1answer
27 views
Site Workflow to Move Files to Different Libraries Based on Document Type
I have 5 libraries in a site, one is a scanning queue library where documents are scanned into the library and then the file is QA'd and moved to the other libraries based on the "Document Type" ...
0
votes
1answer
18 views
Sending email in SharePoint 2013 Workflow with the Email Utility
I have been searching for documentation on the SP - Utilities components in visual studio 2012 with no luck.
Can anyone point me in the right direction. I am simply trying to figure out how to get ...
0
votes
1answer
10 views
Can't get DEFAULT Microsoft Template for Association form to work! Reproducible
The default association form template is giving an null reference exception. This is happening with a blank project and on two PCs with Workflow Foundation installed. I've taken a screenshot of every ...
0
votes
2answers
31 views
Preferable way to send notification for task list. Timer job or workflow?
I am new to sharepoint.
I am having a task list in which I want to send e-mails to the person whom the task is assigned before 24 hours of due date.
I am confused whether to use workflow or timer ...
0
votes
0answers
10 views
error in viewing workflow reports
I have a workflow which seems to be problematic and when I run it I get "an error occured during approval".
To see more detailed error logs I clicked on 'view wrokflow reports' in the workflow ...
1
vote
1answer
32 views
SharePoint 2013 Certifications
It's been few days that I have decided to start preparing for my SharePoint Certifications.
But, I am facing a lot of difficulty as in from where do I start?
My interest are in SharePoint ...
0
votes
0answers
13 views
Script to kill Tasks on a List Item
I have a list that has an item that has running Workflows that are in an error state. I can't click into them to Terminate. Is there a PowerShell commandlet anyone knows of to do this?
step 1: go ...
0
votes
0answers
15 views
Generating Workflow Report at site level
I'm new to SharePoint development. I want to get all the Workflow History for each item down to the site level.
I tried using the GetWorkflowHistoryListitem() web service method, but it's fetching a ...
2
votes
0answers
32 views
Importing a SharePoint 2013 workflow in Visual Studio
I'm creating a simple workflow in Visual Studio:
I can deploy it, and it works. I then try to open it with SharePoint designer:
However, the steps/activities/stages are missing. How come I'm not ...
1
vote
1answer
23 views
SharePoint Workflow Coercion Error - Document Library (when item is created)
I've setup a Document Library with some lookup fields for "Vendor" which is a required field, I then have a workflow to copy that lookup field into another text field "_Vendor" so it then can be used ...
0
votes
0answers
12 views
Move Workflow Task form, Association form and Initialization form to production
I have created a workflow in visual studio which uses Task form, Association form and Initialization form.
The above mentioned forms has data connection which uses UDCX file (present in the Data ...