Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
›
Application Version Reactive
Application Version Reactive
Stable version
1.0.4
(Compatible with
OutSystems 11
)
Uploaded
on
15 Sep (4 days ago)
by
0.0
(0 ratings)
Overview
Reviews
Versions
Documentation
Support
Application Version Reactive
Documentation
1.0.4
Draft
Instructions
Service Center Configuration
Upon component installation on each single environment a configuration is required to properly communicate with Lifetime Deploymente API.
Go to
Module details
»
Integrations Tab
»
LifetimeDeploymentAPI
and change the effective value to your point out to LifeTime REST API.
Should be something similar with this:
https://LIFETIMEURL/lifetimeapi/rest/v2
Try to access the swagger definiton:
https://LIFETIMEURL/lifetimeapi/rest/v2/swagger.json
LifeTime Configuration
As described in the documentation of
Lifetime Deploymente API
(released in platform version
10.0.302.0
) you should create a
Service Account
in LifeTime to properly authenticate with the REST API.
Just make sure your Service Account User has the proper permission to retrieve versioning information.
Component Configuration
Use the
Configuration
screen to store the Service Acount Token and enable/disable the component, this will affect the display, retrieval and synchronization of versions.
Note:
you will require permissions to access component screen please make sure you have the role ApplicationVersionManager assigned to your user.
Use the
Environments
screen to configure the environments to output the applications versions.
Timer
By default the timers are configured to run on the module publication and every 15 min
You can change this on
Module details
»
Timers
Tab.
Public Actions
ApplicationVersion_Get
Get application version or versions if component is configured to retrieve all environments
ApplicationVersion_IsEnabled
Check if configuration is example to display the versions or not, useful for Production environment
Public Webblock
Version
Display application version or versions if component is configured to retrieve all environments.
Loading
Loading...