temporalio / api

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

Add versioning info to pending activities and started tasks #350

Closed ShahabT closed 8 months ago

ShahabT commented 8 months ago

What changed?

Why? Better visibility for user into build ID assignment to their workflows and activities.

Breaking changes Some of the fields for old versioning (e.g. in completed tasks) are not needed anymore, Marked them as deprecated. Will clean up once we stop supporting the old API.