{{ 'PAC.Workflow.AssignVariables' | translate: {Default: 'Assign variables'} }} *
{{ outputType() }}
@if (inputs()?.length > 0) {
@for (input of inputs(); track input; let i = $index) {
}
} @else {
{{ 'PAC.Workflow.AddAssignVariables' | translate: {Default: 'Add the variables to be assigned'} }}
}
{{ 'PAC.Workflow.OutputVariables' | translate: {Default: 'Output Variables'} }}
@if (expandOutputVariables()) {
result
{{ 'PAC.Workflow.AggregatedResult' | translate: {Default: 'Aggregated Result'} }}
}