Pause a workflow for a specified amount of time
Delay a workflow for some amount of time. Good things come to those who wait.
Example workflow step:
const delayStep = ExampleWorkflow.addStep(
Schema.slack.functions.Delay,
{
minutes_to_delay: 12,
},
);