delay
Facts
Description
Schema
Schema reference
Required scopes
No additional scopes required
Input Parameters
Output Parameters
Usage info
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,
},
);