[POC] - Add support to run moqui jobs from the app
What is the motivation for adding/enhancing this feature?
What are the acceptance criteria?
- [ ] ...
Can you complete this feature request by yourself?
- [x] YES
- [ ] NO
Additional information
Currently, we only need to identify the requirements and challenges for this approach.
We will pass the moqui instance url to the app after login and then use the same approach for login in moqui as done in moqui apps. As we have stored ofbiz specific token and oms in omsRedirectionInfo for moqui specific apps, in this case we will store moqui specific token and oms in omsRedirectionInfo.
We need to run specific moqui job from ofbiz app, for this case we will create a ProductStore setting and store the jobId in the setting that needs to be run from the app. Discussed the approach of pProductStore setting with Deepak Sir.
Currently after login we identify that whether the app supports moqui login or not in launchpad, in the similar manner we will create another method and an env config that will help in identifying whether the ofbiz app requires moqui login or not and then pass the moqui url to the app.
@ravilodhi if this hasn't been merged yet, it's unlikely to be merged and likely not needed by client. I think we can close this until we have real demand unless this is just ready to merge
@dt2patel Sir, its on hold as the initial requirement here was to identify that whether the job successfully ran or not, but as we won't be able to identify this, hence its not merged yet.