Skip to content

Commit c46b06b

Browse files
committed
adding input
1 parent 3d39536 commit c46b06b

File tree

1 file changed

+1
-1
lines changed
  • marklogic-data-hub/src/main/resources/ml-modules/transforms

1 file changed

+1
-1
lines changed

marklogic-data-hub/src/main/resources/ml-modules/transforms/run-flow.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare function runFlow:transform(
1414
let $entityName := map:get($params, 'entity-name')
1515
let $flowName := map:get($params, 'flow-name')
1616

17-
let $flow := flow:get-flow($entityName,$flowName,())
17+
let $flow := flow:get-flow($entityName,$flowName, "input")
1818

1919
let $uri := map:get($context, 'uri')
2020

0 commit comments

Comments
 (0)