15227: Fixes type checking on json attributes.
[arvados.git] / sdk / cwl / tests / federation / cases / threestep-remote.cwl
index f5a1b3e4ac8bdd3a9d7e026cfbadd0ad492c1080..8dffc18dd6fd3c557d3c11a726bf4d2e1a88069a 100644 (file)
@@ -26,16 +26,25 @@ steps:
       inp: inp
       runOnCluster: clusterA
     out: [hash]
+    hints:
+      arv:ClusterTarget:
+        cluster_id: $(inputs.runOnCluster)
     run: md5sum.cwl
   revB:
     in:
       inp: md5sum/hash
       runOnCluster: clusterB
     out: [revhash]
+    hints:
+      arv:ClusterTarget:
+        cluster_id: $(inputs.runOnCluster)
     run: rev-input-to-output.cwl
   revC:
     in:
       inp: revB/revhash
       runOnCluster: clusterC
     out: [revhash]
+    hints:
+      arv:ClusterTarget:
+        cluster_id: $(inputs.runOnCluster)
     run: rev-input-to-output.cwl
\ No newline at end of file