{{ 'PAC.Xpert.InputVariables' | translate: { Default: 'Input Variables' } }}
Array
    @for (item of inputVariableItem(); track item.name) {
  • {{ item.name }}
  • } @for (item of SYSTEM_VARIABLES; track item) {
  • {{ item }}
  • } @for (item of restInputParams(); track item) {
  • }
{{ 'PAC.Xpert.OutputVariables' | translate: { Default: 'Output Variables' } }}
Array
@if (outputParams()?.length) { } @else {
{{ 'PAC.Xpert.ClickAddToAddVariable' | translate: { Default: 'Click the "+" button to add variable' } }}
}
{{ 'PAC.Xpert.Parallelization' | translate: { Default: 'Parallelization' } }}
{{ 'PAC.Xpert.MaximumParallel' | translate: { Default: 'Maximum Parallel' } }}
{{ 'PAC.Xpert.ErrorMode' | translate: { Default: 'Error Mode' } }}