Flow

{#if flows.length > 0} {/if} {#if payload}

{note(payload)}

{/if} {#if layout !== null} {/if}
{#if error !== null}

The flow could not be built

{error}

{:else if loading && payload === null}

Following the calls…

{:else if payload === null}

Nothing to follow yet

Ask for a path in the search box — “how does execute reach getFile”, or execute -> getFile — or walk a trail and read it as a flow.

{:else if layout === null}

No path between them

{payload.reason}

{#if payload.query.from && payload.query.to}

Asked: {payload.query.from} to {payload.query.to}.

{/if}
{:else} {/if}
{#if payload && (payload.reason !== null || payload.ambiguous.length > 0 || payload.unresolved.length > 0) && layout !== null} {/if}