async-you-later-customizations
Reactive icon

Async You Later - Customizations

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 25 Aug (yesterday)
 by 
0.0
 (0 ratings)
async-you-later-customizations

Async You Later - Customizations

Details
Clonable template to implement your own async scenarios. Extend parameters, add “Type” branches, and plug in your business logic without touching the core.
Read more

Async You Later

Async You Later is a fun and flexible utility for running long or complex operations asynchronously in OutSystems using Fire and Forget patterns, ideal for scenarios like large PDF generation, export tasks, or any process that shouldn't block the UI.

It allows you to launch a process from the screen, return control immediately to the user, and then continue listening for a result (or feedback) in a clean, modular way.

Getting Started


Async You Later

Async You Later is a fun and flexible utility for running long or complex operations asynchronously in OutSystems using Fire-and-Forget patterns.

It is ideal for scenarios such as:

  • Large PDF generation

  • Data export/import tasks

  • Long-running integrations

  • Any process that shouldn’t block the user interface

With Async You Later, you can launch a process directly from the screen, immediately return control to the user, and then listen for results (or feedback) in a clean, modular way.

***No REST APIs were harmed while doing this component***

No REST APIs are used between modules!
The fire and Foget is done using Service Actions only for better security and to save AOs


Getting Started

Async You Later is split into multiple modules, each with a specific responsibility:


Important

When setting up Async You Later, make sure you download both the Core module and at least one Customization Template.

  • The Core alone is not enough to run async jobs—it needs a Customization module to define the actual work.

  • You can have multiple Customization modules (clones) side by side, each handling different async scenarios.

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
Other assets in this category