This page demonstrate the execution of tasks and its monitoring in the task manager
When clicking the "Run task" button, the system does the following:
-
Server: Starts a new task in the server side registering it in the taskManager;
entering in a loop from 1 to 100. Each
-
Server: The task starts a loop from 1 to 100 delaying (Thread.sleep) its execution in each step of the looping;
-
Client: Display the list of tasks under execution refreshing its content each 1.5 seconds (using a:pool);
Task Id
#{it.id}
#{it.class}
Description
#{it.displayName}
Status
#{it.status}
Progress
#{it.progress}
Run task
You may click it several times while other tasks are still running