temporalio / samples-dotnet

Samples for working with the Temporal .NET SDK
MIT License
57 stars 21 forks source link

[Feature Request] Update schedules example to retrieve `TemporalScheduledStartTime` search attribute #65

Closed cretz closed 3 months ago

cretz commented 7 months ago

Describe the solution you'd like

In the schedule sample, show how you can get TemporalScheduledStartTime in a workflow

jakejscott commented 3 months ago

For context this is how it is done in the Go sample: https://github.com/temporalio/samples-go/blob/main/schedule/workflow.go