Sharepoint workflow sits on the top of windows workflow and adds the human workflow flavor.
0
votes
0answers
13 views
SharePoint 2010 - Create a workflow action to use executable with parameters
I need to create a Workflow Action and I got couple of links that I think I can use to get started. However, here lies the problem or at least I don't know how to code or accomplish. Any links or ...
0
votes
0answers
10 views
Upload a Document from a task form in a SharePoint 2013 Visual Studio Workflow
I am trying to get a handle on this new SharePoint 2013 declarative workflow in Visual Studio.
Maybe I am thinking to hard on this, but I am having trouble coming up with a solution to enable a user ...
0
votes
0answers
16 views
Workflows on Starting Mode after sp2010 sp2, trying to start via powershell Getassociatiobyname
I have the following problem described here:
...
0
votes
1answer
22 views
How to calculate Next Monday?
I am using SharePoint 2010 Workflow. I need to calculate Next Monday from today. I dont seem to see any ootb option that would let me determine the date for next Monday. Workflow takes .net Regex so I ...
0
votes
1answer
23 views
How to invoke executable or powershell script from SharePoint 2010 Workflow?
I would like to invoke an executable (or Powershell script) from SharePoint 2010 workflow. What are my options? Is it even possible? I did some search online but nothing good comes out. All I get how ...
0
votes
0answers
22 views
SPWorkflowActivationProperties.Item is NULL
I'm working on a workflow in SharePoint that converts a Word file to PDF on the creation of a new document in the library.
The workflow works if I upload a new Word file, but if I create a new ...
0
votes
2answers
23 views
Sharepoint solution not showing up in Site > Features
I do not know alot about sharepoint and I am having trouble installing a sharepoint solution.
I am trying to install this package called "Workflow Actions for SharePoint Designer 2010" - It installs ...
0
votes
0answers
19 views
SharePoint 2010, Approval Workflow, prevent person starting it from approving it
Is there a way to prevent someone from approving a workflow if they're the one who started it?
0
votes
0answers
48 views
Accessing Next Transition States/ Stages in Sharepoint 2013 Online Workflows
I am fairly new to Sharepoint let alone Sharepoint Online 2013. Have been experimenting for a couple of weeks on this and am fairly impressed by the way workflows can be easily developed and attached ...
0
votes
1answer
26 views
How to track changes made to View of Sharepoint list?
Hi Everyone!
Is there a way to track the changes made to View of list in sharepoint 2007. Some random user made changes to the list view by simply using Modify this view button. Could it be tracked ...
0
votes
0answers
33 views
timer job not appearing sharepoint 2007
I have created a Timer Job and deployed the wsp to the central admin. The feature is installed and activated fine. I don't get any error. But i can't see the timer job in the Timer job list in central ...
0
votes
0answers
34 views
Call HTTP web service action delivers SOAP envelope embedded in <object> tag
When I call an HTTP web service from a Sharepoint 2013 workflow using Call HTTP web service action, Sharepoint embeds the SOAP envelope (which I defined in a Dictionary Variable) into an object tag.
...
0
votes
0answers
21 views
create item does does not initiate 'On Creation' workflow in target list
Background: Using SharePoint Online 2013 / SharePoint Designer 2013
I have two lists (A & B).
List A culminates by creating a new item in List B.
List B has a 'on item creation' workflow.
The ...
0
votes
0answers
8 views
Unable to use “Lookup site user property” when creating a workflow
I'm using Sharepoint 2007 and attempting to create a workflow. however, when I go to the "Actions" dropdown menu and click "Lookup site user property", nothing happens. My goal is to eventually set a ...
1
vote
0answers
65 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.
...