{#if retry}
{#if retries}{retries}{/if}
Retries
{/if} {#if concurrency}
Concurrency Limits
{/if} {#if cache}
Cached
{/if} {#if earlyStop}
Early stop/break
{/if} {#if suspend}
Suspend
{/if} {#if sleep}
Sleep
{/if} {#if mock}
Mocked
{/if}
{#if $$slots.icon} {/if}
{label}
{#if id} {id} {/if}
{#if deletable} {#if (id && Object.values($flowInputsStore?.[id]?.flowStepWarnings || {}).length > 0) || Boolean(warningMessage)}
    {#if id} {#each Object.values($flowInputsStore?.[id]?.flowStepWarnings || {}) as m}
  • {m.message}
  • {/each} {/if}
x.type === 'error' ) ? 'border-red-600 text-red-600 bg-red-100 hover:bg-red-300' : 'border-yellow-600 text-yellow-600 bg-yellow-100 hover:bg-yellow-300' )} >
{/if} {/if}