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