opensearch-project / dashboards-flow-framework

A UI designer for constructing AI applications with OpenSearch
Apache License 2.0
6 stars 5 forks source link

Onboard get workflow API #133

Closed ohltyler closed 3 months ago

ohltyler commented 3 months ago

Description

This PR fully onboards the get workflow API. Note we do the same logic as searchWorkflows(), in that we make an additional call to fetch the workflow state as well. This is to prevent bugs or edge cases where everything is present except state, and less calls needing to be made from client -> server.

Also:

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.