hi ivyteam I have a project with structure like this: There is three projects:
With this structure, we can abstract the implementation of project A and B, it don't care what is real implementation, just work with interface and can be reusable for many customer (each customer will have something similar with B' ) But one of the problem here is we execute the service from context of project A, it lead to issue that the api Ivy.cms().co(< uri of B' >) will return empty value. Go deeper into that api i see it will lookup cms from project where request has been started (project A), Another way that is triggering callable sub process from B' but i don't like that much. My question is: Can we evaluate cms from project B' when A can't see B' ? If not, is there any suggestions? asked 03.05.2017 at 07:17 trungdv |
Hi @trungdv You may want to try the solution proposed in Axon.ivy Discourse - Is there a way to obtain all CMS instances of all deployed modules?. The basic idea in the answer is we try to reach all CMS instances of all deployed and released Hope it may help you resolve your problem. answered 10.05.2017 at 06:09 Genzer Hawker Thanks @Genzer Hawker :)
(12.05.2017 at 04:24)
trungdv
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 03.05.2017 at 07:17
Seen: 1,878 times
Last updated: 12.05.2017 at 04:24