{#if SCRIPT_VIEW_SHOW_SCHEDULE_RUN_LATER}
{
console.log('e.detail', e.detail)
scheduledForStr = e.detail
}}
/>
{/if}
{#if !$userStore?.operator}
{#if $workerTags && $workerTags?.length > 0}
{/if}
{/if}
{#if runnable?.path?.startsWith(`u/${$userStore?.username}`) != true && (runnable?.path?.split('/')?.length ?? 0) > 2}
By default, runs are visible to the owner(s) of the script or flow being triggered
{/if}