await step.delay('delay-1-week', async () => { return { unit: 'weeks', // 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' amount: 1, // the number of units to delay workflow execution for }; });
Was this page helpful?