Flowground REST-API:流属性状态与current_status之间的差异

Flowground REST-API: Difference between the flow properties status and current_status

可通过 REST API (https://api.flowground.net/docs/v2/#retrieve-a-flow-by-id) 加载的流数据包含属性 data.attributes.statusdata.attributes.current_status。在我的例子中,两者的值都是 "active"。这两个属性有什么区别?

data.attributes.status这个可以是active和inactive。这基本上就是我们想要的流程。

data.attributes.current_status 显示状态。

例如:

您有一个活跃的流程。它同时激活了 data.attributes.statusdata.attributes.current_status

然后你停止流量并持续一段时间(而 pods 仍然 运行 然后关闭),它会显示 data.attributes.status 为不活动并且 data.attributes.current_status - 活跃。 的 Admiral 完成工作后,data.attributes.statusdata.attributes.current_status 上的状态都变为非活动状态。