All methods exposed by CloudManagerApi related to current executions of a pipeline with a given id throw an exception in case no execution is running. It would be handy to have a method like hasCurrentExecution(...) which doesn't rely on exceptions (due to the overhead of dealing with exception)
All methods exposed by
CloudManagerApirelated to current executions of a pipeline with a given id throw an exception in case no execution is running. It would be handy to have a method likehasCurrentExecution(...)which doesn't rely on exceptions (due to the overhead of dealing with exception)