Amit Galitzky
Amit Galitzky
This concept overall sounds good to me, have a few more questions however. it seems like we are changing the create workflow API to now take a workflowID: ``` POST...
> Note creating a new version should not create a new workflow ID - in my example, the `id` is still persisted as the original workflow ID. I'm only calling...
>My original proposal was just using the first generated doc ID as the "workflow group ID" - here, the idea is to have a separately generated ID entirely. But the...
@dbwiddis @owaiskazi19 do you both prefer having an additional system index plus having to do updates on a single document multiple times over changing internal search to something like: ```...
KNN also has a good example of separating rolling and restart upgrade somewhere else: https://github.com/opensearch-project/k-NN/blob/2.x/qa/rolling-upgrade/build.gradle