Questions tagged [sharepoint-workflow]

Sharepoint workflow sits on the top of windows workflow and adds the human workflow flavor.

The first basic important point to note is Sharepoint workflow and windows are not different entities. The base for sharepoint workflow is windows workflow. In other words, Sharepoint workflow sits on the top of windows workflow and adds the human workflow flavor. The below figure reflects the broader definition of Sharepoint workflow. It takes the core windows workflow from .NET framework and then applies content centric workflow on it. Content centric workflows are nothing but simple windows workflow attached to lists, documents and custom contents.

You can visualize Sharepoint workflows as windows workflow with human workflow touch and feel. The human workflow touch and feel comes when the workflow is attached to a content type like list, document, etc.

For instance, let's say we have made approve and disapprove windows workflow. You can attach this workflow with a student content type and the human workflow for student then becomes student passed and student failed. If the content type is invoice, then approve workflow can become a invoice paid workflow and disapprove can become invoice not paid.

In other words, Sharepoint workflow is content centric and depicts human workflow.

Source: CodeProject.com (SharePoint Workflow Basics)

595 questions
0
votes
2 answers

Create a SharePoint workflow programmatically

I am working on a copy of a SharePoint 2007 site for a client. I would like to be able to automate as much of the update process as I can with minimal disruption to the client's system when the updates are ready for production. To that effect, I…
-1
votes
1 answer

How to add a user to a SharePoint user group

I have a contacts list that I would like the ability to add a contact (user) to the Visitor's security group. I have a workflow that gets the appropriate security group and now I need a HTTP REST request of adding this user to that group. Thank you…
-1
votes
2 answers

Start Sharepoint Designer site Workflow from javascript

Can we start Sharepoint Designer site Workflow from javascript button click?
-1
votes
1 answer

SharePoint Designer workflow error: The token service returned an error type of 'unauthorized_client' with the following description:

I have created SharePoint designer 2013 workflow on SharePoint Online list. The site is restored from template. I am getting following error from workflow. Retrying last request. Next attempt scheduled after 9/29/2018 9:55 AM. Details of last…
-1
votes
1 answer

How do I access A Subscription within a SubscriptionCollection without a loop in Javascript

I have the following code which works: ctx.load(workflowAssociations); //below works but loops through all available workflows, it seems sub may contain the array that needs to be accessed ctx.executeQueryAsync(function (sender, args) { var…
-1
votes
1 answer

How to start learning SharePoint 2013 for .Net Developers

I am working in .net and Javascript technologies for last few years but recently involved in a project in which SharePoint provider based apps(in asp.net MVC/C#) and sharepoints apps(HTML,Angular) need to be developed.How to start learning…
F11
  • 3,318
  • 10
  • 40
  • 74
-1
votes
1 answer

Publishing SharePoint 2013 Workflow

i trying to publish SharePoint workflow 2013 and i got the following error message during publishing process: Errors were found when compiling the workflow. The workflow files were saved but cannot be run. System.ServiceModel.FaultException: The…
-1
votes
1 answer

Sharepoint 2013 Page Workflow getting cancelled

I have a 3-stage approval workflow setup for pages on a SharePoint site and it keeps failing (cancelling) after the 1st stage. Here's what's happening in the first stage: Stage: Contributor Review Set Workflow Status to Pending KCSII Review then…
Kyle
  • 1
  • 1
  • 2
-1
votes
1 answer

Is this possible to restric users to view a document only when its been approved?

We have got a Basic document library with OOB 'Approve-share point 2010' workflow. We want users to see the document only once its been approved (owner and approver can view it). I have been playing around with different settings in share point but…
Hanah George
  • 23
  • 1
  • 2
  • 7
-2
votes
1 answer

Link to start my workflow doesn't appear on my list

I have already create my workflow on SharePoint designer and publish it to my SharePoint library so the Column which has the workflow name was added but the link to start my workflow(has the name of my first step) doesn't appear.
mokhtar nebli
  • 25
  • 1
  • 6
1 2 3
39
40