import { WorkflowContext } from "https://deno.land/x/live@1.53.6/deps.ts";
stops the current workflow execution and sleep until the given date.
Parameters
until: Date
the date that should sleep.
x/live/deps.ts>WorkflowContext#sleepUntil
import { WorkflowContext } from "https://deno.land/x/live@1.53.6/deps.ts";
stops the current workflow execution and sleep until the given date.
the date that should sleep.