-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[POC] - Add support to run moqui jobs from the app #293
Comments
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 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. |
…ore them in state (hotwax#293)
…nt routingGroupId (hotwax#293)
…nused console statement (hotwax#293)
…empty settingValue (hotwax#293)
What is the motivation for adding/enhancing this feature?
What are the acceptance criteria?
Can you complete this feature request by yourself?
Additional information
The text was updated successfully, but these errors were encountered: