You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hop.apache.org by GitBox <gi...@apache.org> on 2021/04/27 18:06:02 UTC

[GitHub] [incubator-hop] bamaer commented on a change in pull request #771: [HOP-2391] - Added samples for delay, workflow executor, checksum - sha512, cr--132, zipfile

bamaer commented on a change in pull request #771:
URL: https://github.com/apache/incubator-hop/pull/771#discussion_r621468191



##########
File path: plugins/transforms/workflowexecutor/src/main/samples/workflowexecutor/pl_Workflow Executor Sample.hpl
##########
@@ -0,0 +1,195 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pipeline>
+  <info>
+    <name>pl_Workflow Executor Sample</name>
+    <name_sync_with_filename>Y</name_sync_with_filename>
+    <description/>
+    <extended_description/>
+    <pipeline_version/>
+    <pipeline_type>Normal</pipeline_type>
+    <parameters>
+    </parameters>
+    <capture_transform_performance>N</capture_transform_performance>
+    <transform_performance_capturing_delay>1000</transform_performance_capturing_delay>
+    <transform_performance_capturing_size_limit>100</transform_performance_capturing_size_limit>
+    <created_user>-</created_user>
+    <created_date>2021/04/27 12:31:17.218</created_date>
+    <modified_user>-</modified_user>
+    <modified_date>2021/04/27 12:31:17.218</modified_date>
+    <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
+    <is_key_private>N</is_key_private>
+  </info>
+  <notepads>
+  </notepads>
+  <order>
+    <hop>
+      <from>pass parameters</from>
+      <to>wf_get_list_of_transformations</to>
+      <enabled>Y</enabled>
+    </hop>
+    <hop>
+      <from>wf_get_list_of_transformations</from>
+      <to>Result files</to>
+      <enabled>Y</enabled>
+    </hop>
+    <hop>
+      <from>wf_get_list_of_transformations</from>
+      <to>Result rows</to>
+      <enabled>Y</enabled>
+    </hop>
+    <hop>
+      <from>wf_get_list_of_transformations</from>
+      <to>Results</to>
+      <enabled>Y</enabled>
+    </hop>
+  </order>
+  <transform>
+    <name>Result files</name>
+    <type>Dummy</type>
+    <description/>
+    <distribute>Y</distribute>
+    <custom_distribution/>
+    <copies>1</copies>
+    <partitioning>
+      <method>none</method>
+      <schema_name/>
+    </partitioning>
+    <attributes/>
+    <GUI>
+      <xloc>864</xloc>
+      <yloc>176</yloc>
+    </GUI>
+  </transform>
+  <transform>
+    <name>Result rows</name>
+    <type>Dummy</type>
+    <description/>
+    <distribute>Y</distribute>
+    <custom_distribution/>
+    <copies>1</copies>
+    <partitioning>
+      <method>none</method>
+      <schema_name/>
+    </partitioning>
+    <attributes/>
+    <GUI>
+      <xloc>864</xloc>
+      <yloc>272</yloc>
+    </GUI>
+  </transform>
+  <transform>
+    <name>Results</name>
+    <type>Dummy</type>
+    <description/>
+    <distribute>Y</distribute>
+    <custom_distribution/>
+    <copies>1</copies>
+    <partitioning>
+      <method>none</method>
+      <schema_name/>
+    </partitioning>
+    <attributes/>
+    <GUI>
+      <xloc>864</xloc>
+      <yloc>64</yloc>
+    </GUI>
+  </transform>
+  <transform>
+    <name>pass parameters</name>
+    <type>DataGrid</type>
+    <description/>
+    <distribute>Y</distribute>
+    <custom_distribution/>
+    <copies>1</copies>
+    <partitioning>
+      <method>none</method>
+      <schema_name/>
+    </partitioning>
+    <fields>
+      <field>
+        <name>parameter</name>
+        <type>String</type>
+        <format/>
+        <currency/>
+        <decimal/>
+        <group/>
+        <length>-1</length>
+        <precision>-1</precision>
+        <set_empty_string>N</set_empty_string>
+      </field>
+    </fields>
+    <data>
+      <line>
+        <item>one</item>
+      </line>
+      <line>
+        <item>two</item>
+      </line>
+      <line>
+        <item>three</item>
+      </line>
+    </data>
+    <attributes/>
+    <GUI>
+      <xloc>361</xloc>
+      <yloc>177</yloc>
+    </GUI>
+  </transform>
+  <transform>
+    <name>wf_get_list_of_transformations</name>

Review comment:
       should be "wf_get_list_of_pipelines"




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org