6
Views
4
Comments
Managing Different Deployment Pipelines per Application in LifeTime
Question

Hello team

I have a question about OutSystems LifeTime.

Suppose we have multiple environment sets under a single LifeTime, such as:

  • For App A: Dev / Test / Prod
  • For App B: Dev / Test / Prod

In this case, is it possible to manage different deployment pipelines per application, such as:

  • App A: Dev-A → Test-A → Prod-A
  • App B: Dev-B → Test-B → Prod-B

In other words, I would like to know whether it is possible to operate separate deployment environment flows for each application within a single LifeTime. 

Regards,

2023-09-06 07-26-35
Sudip Pal

Hello Kazuna,

You need to create 2 deployment plans one for DEV to TEST

  • App A: Dev-A → Test-A 
  • App B: Dev-B → Test-B 

and another for TEST to PROD

  • App A:  Test-A → Prod-A
  • App B:  Test-B → Prod-B

Thanks,

Sudip


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

Hello,

Yes you can, consider the lifetime as the central operating unit that controls the 3 environments.

Also inspect these documentations: 


UserImage.jpg
Kazuna Fujimori

@Sudip Pal @Sherif El-Habibi


Thank you for your response. I understand the deployment plans. 

Additionally, I would like to ask about another scenario. 

Instead of having separate applications for A and B, we are considering using a single shared application in a common development environment and deploying it to two independent environment sets (each consisting of a testing environment and a production environment). 

For example, the setup would be as follows: 
・Shared development environment (Dev) 
・Environment set 1 (Test / Prod) 
・Environment set 2 (Test / Prod) 

In this kind of setup, would it still be possible to manage deployments using a deployment plan? 
If there are any other recommended approaches, I would also appreciate your advice.

Regards,


2023-09-06 07-26-35
Sudip Pal

Hi @Kazuna Fujimori 

OutSystems LifeTime is primarily designed around a linear deployment pipeline: 

Dev → Test → Prod

When you introduce: 

             → Test1 → Prod1

Dev →

             → Test2 → Prod2

you are essentially creating branching deployment paths. This is supported. For more details you can have a look on below post. 
Two ways deployment set up in Lifetime | OutSystems

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