The sharepoint-workflow tag has no wiki summary.
0
votes
0answers
2 views
How to start workflow 2013 from powershell
There are some guides on how to work with 2010 workflows using powershell e.g. wf 2010
Can sombody point me out on how to do the same with 2013 worflows? They are no longer listed inside ...
0
votes
0answers
9 views
Showing previous comments in aspx Task Form
I am working on Custom SharePoint 2010 statemachine workflow using aspx Task forms.
Its a 3 level workflow.My scenario is
Ex: If approver puts a comment and submits to the workflow then a task gets ...
0
votes
0answers
14 views
SharePoint Designer 2010 workflow randomly changes it's functionality and becomes disposition approval workflow
I am completely stumped by this and cannot find anything on the web that may help.
I have created a number of workflows to drive a project management tool. I have tested the workflows a number of ...
0
votes
0answers
11 views
How to retrieve list of users from a group in sharepoint 2010?
I would like to verify if the current users belongs to specific group in sharepoint workflows. Am able to retrieve the current user details and tried the following procedure:
ClientContext ...
0
votes
0answers
11 views
How to prevent users from editing reccuring event of another user?
I have a problem in Sharepoint Foundation 2010.
I created a calendar for resource allocation. Users have a permission to create events, edit their own events and view all events. They can´t delete ...
0
votes
1answer
28 views
Sharepoint Workflow - Conditional auto approval
I have a standard OOTB approval workflow which I have associated with a list. I want auto approval of items in the list if the Rating field has been set to 1 or 2. Only ratings of 3 or higher need to ...
-1
votes
1answer
34 views
Workflow for moving an item from document library to list [closed]
I have an infopath form library created which is attached to a library. My task is to check for a condition and move the item properties to a different list. I used a workflow which goes like this:
...
0
votes
0answers
10 views
Trying to pass 2 variables to a 2007 SharePoint workflow
I have a workflow that I want to be able to use the ActID of an activity and the EmpID of the employee that is registering for the activity. I can not figure out how to get the SP workflow to see the ...
0
votes
0answers
6 views
Author Editor workflow
i am creating an article application. Here an author will write content and send it to editor, editor may or maynot edit the page and approve it. once approved by editor, then it wil be assigned to ...
1
vote
0answers
53 views
SharePoint 2013 workflow task gets canceled
I have installed and configured sSharePoint 2013 workflow manager according to the instructions on msdn. When i create a simple workflow in SharePOint designer, just one task, the task gets canceled ...
0
votes
0answers
15 views
SharePoint 2010 workflow metadata from calculated column
Does SharePoint 2010 allow calculated columns to be used with workflows?
For example I have 2 Lists that I need the workflow for:
Registration (List)
Your Name
Rank
Course
Name (calculated column, ...
0
votes
1answer
104 views
SharePoint 2013 Workflow runtime doesn't work?
I have a problem when I try to start a Workflow 2013 in SharePoint Server 2013. I believe the error is related with permissions, but I cannot be sure.
Here is the error message in the log:
...
0
votes
0answers
36 views
Error Occurred in Approval Workflow SP2010
I have created a workflow for employee approval when a new employee is added.
It goes like this..
Start Employee Approval Task process on current item with current item:Reporting Authority
...
0
votes
1answer
23 views
Visio workflow visualization in Sharepoint 2013
Can you please confirm that we don't have Visio visualization of new workflows in Sharepoint 2013?
Thanks.
0
votes
1answer
18 views
Sharepoint 2007 : WorkFlow with Confirmation Activities
I am implementing an SharePoint workflow that perform the following activities.
User upload an excel
System would validate and if the data is correct would temporary save the data in a SPList
User ...