10-05-2022 04:02 PM
Hi All,
Is there a way I can get a list of currently running tasks in the pipeline? I want to check in the pipeline if this xyz task is running then do something else.
Thank you,
W
10-06-2022 05:12 AM
Welcome to the Community @wanlapa!
Take a look at this related post. There is a pipeline attached there that shows how to get the number of executions of the pipeline that is running, but you can adapt it to check for a specific pipeline.
For more information on the API call being used, take a look at the Public Monitoring API documentation.
Hope this helps!
10-06-2022 03:39 PM
Amazing! I’ll have a look at the documentation and related post. Thank you so much!