|
|
@@ -346,7 +346,7 @@ public class InstanciaTascaService {
|
|
|
for (JsonNode value : action.get("select_from")) {
|
|
|
values.add(value.asInt());
|
|
|
}
|
|
|
- InstanciaTasca itaux = instanciaTascaRepository.getValidFromIdTascaps(values);
|
|
|
+ InstanciaTasca itaux = instanciaTascaRepository.getValidFromIdTascaps(it.getInstancia().getIdInstancia(), values);
|
|
|
String selectedPath = itaux.getEvidencia();
|
|
|
if (selectedPath != null && !selectedPath.isEmpty()) {
|
|
|
selectedPaths.add(this.filePath + selectedPath);
|