Skip to content

Commit 59d197b

Browse files
committed
changes to align with datasharingframework/dsf#39
1 parent 4ae31f4 commit 59d197b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/dev/dsf/bpe/service/DownloadAllowList.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ protected void doExecute(DelegateExecution execution, Variables variables) throw
7676
private IdType getBundleId(Task task)
7777
{
7878
List<Reference> bundleReferences = api.getTaskHelper()
79-
.getInputParameterReferenceValues(task, ConstantsAllowList.CODESYSTEM_DSF_ALLOW_LIST,
80-
ConstantsAllowList.CODESYSTEM_DSF_ALLOW_LIST_VALUE_ALLOW_LIST)
79+
.getInputParameterValues(task, ConstantsAllowList.CODESYSTEM_DSF_ALLOW_LIST,
80+
ConstantsAllowList.CODESYSTEM_DSF_ALLOW_LIST_VALUE_ALLOW_LIST, Reference.class)
8181
.toList();
8282

8383
if (bundleReferences.size() != 1)

0 commit comments

Comments
 (0)