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
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
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