Replies: 1 comment
-
|
You can write a trace observer in a plugin that listens for task events and reports them somewhere, like writing to a file or calling a custom API. This is how the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a program that starts Nextflow pipeline in the background and attempts to report the current running status to the user in real time. Does Nextflow provide a way for other programs to reliably query its current state? For example - how many processes have fully completed, how many not, etc.? I know that it's possible to pull this info from the log, but it seems fragile doing just string parsing.
Beta Was this translation helpful? Give feedback.
All reactions