temporalio / ui

Temporal UI
https://docs.temporal.io/web-ui
MIT License
187 stars 69 forks source link

Schedules, Payload #1068

Open wahmedswl opened 1 year ago

wahmedswl commented 1 year ago

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

image

Thanks

anmol242 commented 3 months ago

Is there any update on this feature? It would be beneficial to include in the Temporal UI, which is extremely important to us.

kevinreber commented 1 month ago

➕ 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.