Cleared 4m ago · kestra-io/kestra #18408 · Java · ★ 28k · Apache-2.0

[Bash2.0] Trigger backfill/create returns 500 NPE when the backfill field is omitted

Summary PUT /api/v1/{tenant}/triggers/backfill/create returns HTTP 500 with a NullPointerException when the JSON body omits the backfill object. The handler calls request.backfill().start() with no null-guard. Verified on 2.0.0-rc10. Expected result A request missing the required…

What we checked

Similar unclaimed issues