Create New {{ portTypeLabel }}

{{ portTypeLabel }} Name @if (!isRootProcessGroup) { {{ ComponentType.InputPort == request.type ? 'Receive From' : 'Send To' }} @for (option of allowRemoteAccessOptions; track option) { @if (option.description) { {{ option.text }} } @else { {{ option.text }} } } } @if ({ value: (saving$ | async)! }; as saving) { }