When the workflow is trigger by schedule, the workflow ID is appended with the timestamp for the run. How to avoid any prefix/suffix appended, just purely what ever I set?
ScheduleActionStartWorkflow(
...,
...,
id=my_unique_id,
task_queue=...,
),```
This breaks the uniqueness constraint that I'm trying to use that workflow Id is offering.