Open dhiaayachi opened 2 months ago
Thanks for reporting this issue! It looks like you are experiencing a bug where the cron_expressions
field in the ScheduleSpec
is not being returned correctly when using the Python SDK.
This issue is being tracked in Temporal's GitHub repository https://github.com/temporalio/temporal/issues.
We are actively working on a fix for this bug. In the meantime, you can work around it by using the intervals
field of the ScheduleSpec
to specify your desired schedule.
Let us know if you have any other questions or issues!
Thanks for reporting this issue.
It seems that you are experiencing a known issue. The issue is that the spec returned from describe()
does not contain the cron_expressions
field even though the schedule was created with cron.
For more information and possible workarounds, please refer to the Temporal CLI command options reference documentation.
Expected Behavior
Should return
Actual Behavior
returns
Steps to Reproduce the Problem
Specifications