Hi everyone!
Is there any way to listen through a jobworker for example or any other way when a task is active or when it is completed
I need a functionality similar to the tasklist, in which, when the task is in the CREATED state, it appears in the list instead of being consulted from second to second whether the task is active or not.
Is this for SaaS or for Self-Hosted.
For Self-Hosted, you could use an exporter, and write to your own System-of-Record (on a push basis).
Custom exporters are not supported for SaaS as far as I know.
Self-Hosted, How can I do this?
I’ve already read about exporters, was asking about the “write to your own System-of-Record (on a push basis).” what you said, how can I do that?
The Exporter has the information (which is the same as what is pushed into Optimize), that you can use JDBC to write into your own DB.
Unfortunately, I can’t really provide any guidance on how to build it