Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
francoborr committed Nov 23, 2023
1 parent bb9fcab commit c501306
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/concepts/schedules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ const schedules = await knock.workflows.createSchedules("park-alert", {

## Scheduling workflows with non-recurring schedules for Recipients

To schedule a workflow for a recipient using a non-recurring schedule, you must also have a valid and committed workflow in your environment. We can then set a schedule with the `scheduled_at` property,
specifying the moment when this workflow should be executed.
To schedule a workflow for a recipient using a non-recurring schedule, you must also have a valid and committed workflow in your environment. We can then set a schedule with the `scheduled_at` property, specifying the moment when this workflow should be executed.

```typescript
const { Knock } = require("@knocklabs/node");
Expand Down

0 comments on commit c501306

Please sign in to comment.