36
Views
7
Comments
Move app from Outsystems Developer cloud (ODC) to Outsystems 11
Application Type
Reactive

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.

2025-12-22 13-50-43
Sherif El-Habibi
Champion

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/

2023-10-16 05-50-48
Shingo Lam

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?

UserImage.jpg
Saish Bhende

Wanted to see if Agentic AI can be utilized in O11 vs ODC as ODC it is explicitly supporting Agentic AI capabilities.

2023-10-16 05-50-48
Shingo Lam

I think in O11, you can achieve it via rest api implementation 

2016-04-22 00-29-45
Nuno Reis
 
MVP

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).



2023-10-16 05-50-48
Shingo Lam

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.

2016-04-22 00-29-45
Nuno Reis
 
MVP

Both ODC and O11 can be monoliths or microservices. Depends on how you design it.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.