@if (selectedExecution(); as run) { @if (executionTreeAvailable()) {
@if (executionTreeOpen()) { }
} }
@if (showExecutionCreationLoader()) {
Creating execution...
The task view is ready. Waiting for the new execution to appear.
} @if (interactiveSubflowTargets().length > 1) {
Interactive containers waiting: @for (target of interactiveSubflowTargets(); track target.childExecutionId) { }
} @if (childExecutionLoading()) {
Opening interactive subflow…
Loading the active child execution.
} @if (childExecutionError(); as childError) {
{{ childError }}
} @if (comparing()) { } @else { }