Open wahmedswl opened 1 year ago
Is there any update on this feature? It would be beneficial to include in the Temporal UI, which is extremely important to us.
➕ Also think this would be super useful!
We had to create an API exposing all of Temporal's Schedule APIs with some extra logic to serialize the payload data when creating a Schedule.
It would be nice to do everything within Temporal UI instead of going through the whole process of write code -> test code -> merge code -> deploy code
Especially when serializing complicated/nested payloads are involved. There's more room for user error(typos/etc.) and make things harder to debug.
Is your feature request related to a problem? Please describe. Schedules, they don't take payload that we can send to the workflow.
Describe the solution you'd like There should be option to give payload to Schedules.
Describe alternatives you've considered There don't seems to any option right now unless that's handled in the worflow itself.
Additional context
Thanks