2

Is there a way to run a SharePoint approval workflow 2010 association workflow from javascript? - it's not a subscription There is no option of using SP 2013 workflow.

I've checked out and tried to modify it but it doesn't work

Mohamed El-Qassas MVP
  • 45,382
  • 9
  • 53
  • 96
kolek
  • 261
  • 1
  • 8

1 Answers1

2

Yes, You can run any SharePoint workflow by properly redirecting to WF initiation page in a specific URL format. below is the sequence one should have to run a workflow:

../sites/your_sitename/layouts/15/IniWrkflIP.aspx?List="+your_List_guid+"&ID="+<your_ItemID>+"&TemplateID={"+WFguid+"}

Please refer to my another Answer Thread where I have explained how to use javascript code to initiate the Workflow

DvG
  • 2,332
  • 2
  • 13
  • 31