@if (!readonly) {
Design Workflow{{ workflow ? ' - ' + workflow.name : '' }}
@if (!isSystemWorkflow) {
}
} @if(isSystemWorkflow){

Workflow di Sistema

Questo workflow è stato creato dal sistema e non può essere modificato.
Il workflow è collegato a una pagina specifica dell'applicazione.

@if(workflow?.wf_link){ }
}@else{
@if (!readonly) {
Elementi
@for (shape of shapes; track shape) {
{{ shape.label }}
}
}
@for (item of diagramItems; track item) {
@if (!readonly) {
}

{{ item.label }}

@if (readonly && visitCounts[item.index] > 1) { ×{{ visitCounts[item.index] }} }
}
}