Skip to content

Commit

Permalink
fixes an issue where code-defined cron schedules aren't created prope…
Browse files Browse the repository at this point in the history
…rly (#1098)
  • Loading branch information
abelanger5 authored Dec 6, 2024
1 parent f6103c5 commit 116930c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/repository/prisma/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,10 @@ func (r *workflowEngineRepository) createWorkflowVersionTxs(ctx context.Context,
Workflowtriggersid: sqlcWorkflowTriggers.ID,
Crontrigger: cronTrigger,
Input: opts.CronInput,
Name: pgtype.Text{
String: "",
Valid: true,
},
},
)

Expand Down

0 comments on commit 116930c

Please sign in to comment.