temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
77 stars 65 forks source link

Add execution duration to WorkflowExecutionInfo #386

Closed rodrigozhou closed 3 months ago

rodrigozhou commented 3 months ago

What changed? Add execution duration to WorkflowExecutionInfo

Why? We don't want to have the UI infer the value, so it will be consistent to whatever the server populates.

Breaking changes No.

Server PR https://github.com/temporalio/temporal/pull/5651