My target build web application using AngularJs but i need to use nintex workflow as backend to build process
Is it possibal to use Nintex process workflow services from angularjs ? and can make all workflow actions from workflow.asmx methods like start workflow , send item to next step according to workflow path , get pending items , get wait for approve items and soo on?
Yes it is possible to use the workflow with AngularJs, but your best bet would be to use Nintex Workflow Cloud for that and not SharePoint. As for interacting with various actions, ideally, you'd format the workflow for a specific set of steps, then fire it off. It would run and return data based on your process logic then end.
thank you Mr:eharris04 for replay , but can you help me to find excact sample or documentation of how to use angular with nintex Api workflow , becouse my company buy licence of nintex over sharepoint not nintex over cloud
@amramrhh Can you share what your company name is and when they purchased the license? You may have access to both Nintex for SharePoint and Nintex Workflow Cloud if you have a subscription.
Also take a look at help.nintex.com to see if you can find any info there.
my company has nintex licence for sharepoint only , Can i use _vti_bin/NintexWorkflow/Workflow.asmx as a backend and call all method using angularjs
For SharePoint you can create an external start url to call the workflow and pass through some parameters, but I'm afraid you may be complicating something that should be simple. Why are you wanting to use angular to call a workflow. You could just as easy, just update the SharePoint list or create a new item in the list and that triggers the workflow to start automatically.