Sharepoint workflow sits on the top of windows workflow and adds the human workflow flavor.
3
votes
0answers
532 views
SPSite.BypassImpersonationStateCheck - a mystery showing up in Sharepoint error logs
In the process of tracking down an elusive Sharepoint custom workflow problem, I cranked up the verbosity level on our sandbox MOSS server and noticed the following error message start popping up:
...
2
votes
0answers
678 views
SharePoint 2010 Approval Workflow for a sub site?
I m new to SharePOint Workflows. I could see that the following workflows are currently ACTIVE. I went ahead and created a sub-site. In that sub-site, I want to attach an Approval (OOTB) to my ...
1
vote
0answers
25 views
Custom SharePoint workflow action always returns error
I'm developing a custom workflow action for use in SharePoint Designer that will return a concatenated string from a list. It actually works fine internal to the action, but always returns an error.
...
1
vote
0answers
16 views
SharePoint 2010: How to call two or more consecutive workflows for one item in Timer Job?
I'm trying to create a Timer Job to call 2 workflows once in a day for a list items.
To make it a bit more clear: 1st workflow(workflowName) changes the field value from Yes to No and sents an E-mail, ...
1
vote
0answers
29 views
Handling List data in SharePoint 2010 for Worfklows in Visual Studio 2010 with C#
I am writing a custom workflow for SharePoint in c# in VS 2010
My current aim is to take a SharePoint List data field that is delimited by ' ; ' to split the data and re-enter it into several ...
1
vote
0answers
49 views
Can I prevent approval workflow task form from redirecting to AllItems inside the Tasks list?
I have a somewhat modified OOTB approval workflow that works OK, except for one thing. I need the form to just close, or redirect to a custom url once the user clicks on "approve", or any of the other ...
1
vote
0answers
100 views
Can you import a visio sharepoint workflow template directly into Visual studio without using Designer?
We are trying to determine if it is possible to import a workflow directly from Visio to Visual Studio without using SharePoint Designer. A comment here: ...
1
vote
0answers
41 views
Can I write a workflow against provider hosted data in SharePoint 2013?
I have provider hosted data in SharePoint 2013, not in a SharePoint list. Is it possible to create workflows against this data?
1
vote
0answers
142 views
Multiple Sharepoint Visual studio workflows in One Project - Best Practice
We have a requirement where we have to develop 5 Visual Studio Workflows as part of the project. Based on the Best Practice for SharePoint Workflows (as discussed in the below Link), it is advised ...
1
vote
0answers
140 views
Updating a sharepoint 2003 list with user data provided in Nintex workflow
Apologies for the naivety of the question, but I am brand new to using Nintex workflow in Sharepoint.
Having not found examples in the Nintex manuals or online, the simple task I wish to perform is ...
1
vote
0answers
4k views
SharePoint Workflow Error: “Unable to transform the input lookup data into the requested type” BUT only on New Item Creation
FYI to start, I am aware of how to properly set up an update to a lookup, and am 99% positive I've done this correctly.
I know this because When I set the workflow to automatically start when an ...
1
vote
0answers
215 views
get SPWorkflow from SPWorkflowAssociation
I have this
foreach (SPWorkflowAssociation workflow in list.WorkflowAssociations)
now i need to know who is the author of the workflow so i need to have SPWorkflow object, but how can i get it from ...
1
vote
0answers
275 views
How do I add new lines to a custom SharePoint workflow activity sentence
I am building a custom workflow activity in a fully-trusted solution for SharePoint 2010. The activity has several configurable parameters, which causes the RuleDesigner sentence to grow somewhat ...
1
vote
0answers
299 views
How to set a new workflow status property in Sharepoint Designer Workflow 2010?
I am trying to set a new workflow status property in the SharePoint Designer Workflow 2010. (refer the screen below)
I would like to add one more option called Hold in the Drop Down list in ...
1
vote
0answers
1k views
Sharepoint 2010 workflow failes with “<nativehr>0x80070057</nativehr><nativestack></nativestack>”
I have created a simple Sharepoint 2010 site workflow that creates and manipulates tasks in a list.
All my activities execute properly, but when the workflow is about to get to the end (the red point ...