temporal
temporal copied to clipboard
Add TemporalScheduledStartTime and TemporalScheduledById to the NewWorkflowExecutionInfo message
Is your feature request related to a problem? Please describe. A user would like to validate the originating starter for WFs started by a schedule. Using Search Attributes is problematic. The ideal solution is to add a similar field for cron, cron_schedule, for Schedules.
Describe the solution you'd like We would like to add TemporalScheduledStartTime and TemporalScheduledById to the NewWorkflowExecutionInfo message
Describe alternatives you've considered The user tried using Search Attributes but found them problematic for 2 reasons:
- it's feasible that the schedule Search Attributes could be spoofed
- the WFID in the Schedule Search Attributes includes a timestamp which breaks client logic
Additional context