temporal
temporal copied to clipboard
Schedules - allow TriggerImmediatelyRequest to define arguments
https://github.com/temporalio/api/blob/master/temporal/api/schedule/v1/message.proto#L278
Currently not possible to trigger schedule with a different payload than what is specified within the start action. Ask is to allow arguments to be specified on trigger request
Use case - users wanting to trigger one-off schedule run with diff arguments than whats defined in start action
@tsurdilo what is the usecase for this? Can we not use start-with-delay?
Just adding a drive by test comment.