I need to create a JS-Library which can run workflow using new WebApi for Dynamics CRM 2016:
I need to start workflow from my Code. (workflow should be “real-time”) and not asynchronously . I will build my function-call into Ribbon on form. If anyone can help me I would be more then thankful, since I searched all internet and could not found how to solve this, except from above link where I found this method
but I'm not sure how to use this method? Once agin it has to be “real-time” I found solutions such as:
-https: //processjs.codeplex.com/
but this does not work for me since it run workflow asynchronously. It has to be using Web API from link provided above. I think that this Web API works only for Microsoft Dynamics 2016