CoreBOSBB

Full Version: webservices and workflow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Hi.

Yes, the workflows and events are executed from Webservices.

Did you tried and didn't work?
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