We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da53788 commit 6c91933Copy full SHA for 6c91933
flow/activities/flowable.go
@@ -1031,6 +1031,7 @@ func (a *FlowableActivity) emitLogRetentionHours(
1031
1032
var activeFlowStatuses = map[protos.FlowStatus]struct{}{
1033
protos.FlowStatus_STATUS_RUNNING: {},
1034
+ protos.FlowStatus_STATUS_PAUSED: {},
1035
protos.FlowStatus_STATUS_PAUSING: {},
1036
protos.FlowStatus_STATUS_SETUP: {},
1037
protos.FlowStatus_STATUS_SNAPSHOT: {},
0 commit comments