Schedule Trigger with override input

Is it possible to specify overrided input when trigger a schedule run? My use case is sometimes i want to trigger an adhoc with different slightly different input for “backfill” purpose. For example: i want to send different value for one of my Jinja template variable etc.

doc i checked : Temporal CLI schedule command reference | Temporal Documentation seems doesn’t have the input override so far.

Thanks.

This is tracked in this github issue: Schedules: Allow overriding search attributes when backfilling · Issue #5005 · temporalio/temporal · GitHub (it says search attributes but we’ll include input also). There’s no eta at the moment, though.

1 Like

it would be very useful also for backfill case as currently I must create dedicated “backfill” schedule for which I must edit input parameters and then execute backfill. It works but it’s quite problematic workaround.