await step.delay('delay', () => { return { unit: 'days', amount: 1, }; });
const { duration } = await step.delay('delay-1-week', resolver);
delay
Was this page helpful?