{ // Increment refreshKey to force re-mounting of FlowModuleScript (bypasses cache) refreshKey++ // Refresh the schema lastRunnable = undefined refresh(runnable) }} /> { // Increment refreshKey to force re-mounting of FlowPathViewer (bypasses cache) refreshKey++ // Refresh the schema lastRunnable = undefined refresh(runnable) }} />
{#if !rawApps} {:else} {/if} {#if runnable.runType == 'flow'} {:else} {/if} {#snippet trigger()} {/snippet} {#snippet content()} Since this is a reference to a workspace {runnable.runType}, set the cache in the {runnable.runType} settings directly by editing it. The cache will be shared by any app or flow that uses this {runnable.runType}. {/snippet}
{#key `${viewerContext?.stateId ? get(viewerContext.stateId) : 0}-${refreshKey}`} {#if notFound}
{runnable.runType} not found at {runnable.path} in workspace {$workspaceStore}
{:else if runnable.runType == 'script' || runnable.runType == 'hubscript'}
{:else if runnable.runType == 'flow'} {:else} Unrecognized runType {runnable.runType} {/if} {/key}