You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think it is a good idea to expose an endpoint for listing the active long running operations for an agent? I guess mainly for debugging purposes.
One use case example would be to see if a delegate operation is waiting to be resolved. Currently, only GET /operations/{operation name} and DELETE /operations/{operation.name} are exposed.
At first glance it looks fairly straightforward to implement, so I can take a look at implementing it. But first wanted to make sure it makes sense.
The text was updated successfully, but these errors were encountered:
Do you think it is a good idea to expose an endpoint for listing the active long running operations for an agent? I guess mainly for debugging purposes.
One use case example would be to see if a delegate operation is waiting to be resolved. Currently, only
GET /operations/{operation name}
andDELETE /operations/{operation.name}
are exposed.At first glance it looks fairly straightforward to implement, so I can take a look at implementing it. But first wanted to make sure it makes sense.
The text was updated successfully, but these errors were encountered: