{#snippet header()} If defined, at the end of the step, the flow will sleep for a number of seconds before scheduling the next job (if any, no effect if the step is the last one). {/snippet} { if (isSleepEnabled && flowModule.sleep != undefined) { flowModule.sleep = undefined } else { flowModule.sleep = { type: 'static', value: 0 } } }} options={{ right: 'Sleep after module successful execution' }} />