Hi, I've been digging around Syncope for the last several hours, trying to understand and figure out we might get this working. We essentially want to be able to have tasks run sequentially, whereas it seems like Syncope tasks seem to run asynchronously (and, possibly, even in parallel?), and I noticed some Quartz libraries, so I am wondering/guessing if Syncope uses Quartz for executing tasks?
If Syncope is using Quartz, would it be possible to use the JobChainingJobListener that is mentioned in this thread: https://stackoverflow.com/questions/13486607/how-to-do-sequential-job-scheduling-quartz According to the 8/3/2015 post, that is available as part of Quartz scheduler. Thanks,Jim On Friday, January 17, 2020, 8:37:06 PM UTC, [email protected] <[email protected]> wrote: Hi, We are running tasks using Syncope CLI and will be transitioning to using the REST API, but meanwhile, for some of the sequences of tasks that we run, the tasks within the sequence of tasks need to not be run until after the previous task has completed (not just triggered, but actually completed), but we have not been able to find a way, using either CLI or REST, to find out when the task has completed. Can someone tell me how, using either the CLI or REST API (or even the Mysql database), we can determine that? Thanks,Jim
