Is it possible to move app created in Outsystems Developer cloud (ODC) to Outsystems 11. There are no agentic Ai options in Outsystems 11. But what are the possibilities and feasible options if I want to move app created in ODC with agentic AI capabilities in Outsystems 11 reactive.
Hello,
I guess it’s not possible, as you’ve mentioned there are capabilities in ODC that are not present in O11, such as Agentic AI.
The reverse is possible, though, based on this documentation:
https://success.outsystems.com/documentation/11/outsystems_11_to_odc_conversion/
yeah, correct. I don't think O11 support the Agentic AI component, and many other components cannot, too.
Its weird that you wanna to from ODC to O11, most of the other are trying to do it opposite way. Can you share us the reason why you wanna achieve that?
Wanted to see if Agentic AI can be utilized in O11 vs ODC as ODC it is explicitly supporting Agentic AI capabilities.
I think in O11, you can achieve it via rest api implementation
Hello.
Usually people go the other way around, or choose coexistence.
In the worst case scenario, you can open the module and copy-paste every screen, block, action, entity. It will work.
If you have data, make the logic to migrate.
If you have workflows, you have to redo them the O11 way.
The Agentic part is not importable, so you need to create it O11 style (APIs and such).
Its true. I added 1 other important note that ODC is building on microservice with docker and the library, while the O11 is using modular monolith architecture. Obviously, they cannot be converted directly.
Both ODC and O11 can be monoliths or microservices. Depends on how you design it.