{#if type == FlowStatusModule.type.WAITING_FOR_EVENTS} Waiting to be resumed by resume events such as approvals {:else if type == FlowStatusModule.type.WAITING_FOR_PRIOR_STEPS} Waiting for prior steps to complete {:else if type == FlowStatusModule.type.WAITING_FOR_EXECUTOR} {#if scheduled_for} Job has been {scheduled_for} and will be executed after that time {:else} Job is waiting to be executed {/if} {:else if type == FlowStatusModule.type.SUCCESS} Success {:else if type == FlowStatusModule.type.FAILURE} Failure {/if}