You have a client-side user interface which needs to run a background script. What is the best way to accomplish this with AppWorksPlatform?
@ibrahima , Can you provide more details? What does your background script do? Are you using XForms based UI or Entity application?
@nssmani
Using Entity Application
@Ibrahima Sylla , AppWorks provides Types REST API's and javascript-apis-for-appworks-platform-client-operations for integrating with custom applications. If you want to check the status of an entity proeprty/relationship updates in background, you can use the combination of both i.e. use the Types REST to check for updates and javascript-apis to refresh the client with updated data.