We are developing an extension to an existing worklight (6.2) adapter to add some background stuff execution that is not mandatory to provide a response to the client invoking the original adapter.
We thought to implement a new HTTP adapter backed by a java class that starts a thread and invoking this adapter within the original adapter thus performing a kind of asynchronous execution.
Because the worklight internals are not public, we are wondering if this approach is correct or could lead to some problems.
We didn't find any explicit limitation reported in the documentation.