webservices and workflow - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: User Support (https://discussions.corebos.org/forumdisplay.php?fid=6) +--- Thread: webservices and workflow (/showthread.php?tid=176) |
webservices and workflow - saidmsl - 09-02-2015 Hi, just a quick and dummy question : if i create an entity using webservices (ex : https://github.com/tsolucio/coreBOSwsDevelopment/blob/master/testcode/020_createContact.js) does it call and run any related workflow or event? Rgds RE: webservices and workflow - omarllorens - 09-03-2015 Hi. Yes, the workflows and events are executed from Webservices. Did you tried and didn't work? RE: webservices and workflow - saidmsl - 09-03-2015 no , not yet, i thinking about integrating with an external application but with 2 ways sync , it will go into a loop ie : webhook (extenral) --> webservice (corebos) workflow (corebos) -> web api (external) --> webhook (external) so it's a no-go for me and i will recreate the application from strach Thanks |