You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@syncope.apache.org by syncope developer <sy...@gmail.com> on 2020/06/01 13:31:42 UTC

Completion of a task executed through REST command

In 2.1.6 Syncope, is there a better way to figure out the completion of a
task that was executed/started. As the tasks are asynchronous.

In 2.1.5 Syncope - we did a work around by looping through the recent REST
command and looking at the start time and figured out if the task is
completed..