Hi ,until temproal 0.27.0 , i was registering my namespaces using RegisterNamespaceRequest and was passing the retention period in days.
After 0.280.0 update , the duration is changed to
com.google.protobuf.Duration
when i set the retention period, i see it as “Unknown” in the web ui.
can you please clarify if my usage is correct
.setWorkflowExecutionRetentionPeriod(com.google.protobuf.Duration.newBuilder()
.setSeconds(Duration.ofDays(config.getWorkflowRetentionPeriodInDays(5)).getSeconds()))