Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Problem Statement

English
In this article, we will discuss various process designs with performance and user experience at the back of our minds.


Figure 1: Process Flow with Long Running Tools in Between Activities

...

Upon completing Activity 1, the user will see Activity 2 immediately without the need to wait for all 3 tools to execute as shown in Figure 3 below4 below.

Figure 4: Process Flow with the Use of Synchronous Deadline

...

By retaining the synchronous deadline in Solution 1 earlier, upon completing the assignment Activity 1, users will be able to inbox listing or wherever they came from and continue their work as shown in Figure 6 below.

The tools will start executing upon deadline maturity and Activity 2 will only be created after that.

...