Suspend
If defined, at the end of the step, the flow will be suspended until it receives external
requests to be resumed or canceled. This is most useful to implement approval steps but can be
used flexibly for other purpose. To get the resume urls, use `wmill.getResumeEndpoints`.
Number of approvals required for resuming flow
{#if flowModule.suspend}
{:else}
{/if}
Timeout (in seconds)
{#if flowModule.suspend}
{:else}
{/if}
Sleep
If defined, at the end of the step, the flow will sleep for a number of seconds before being
resumed. Sleeping is passive and does not consume any resources.