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