<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: BODS: How to execute data flow in parallel? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829845#M267499</link>
    <description>&lt;P&gt;For example, both Job_1 and Job_2 need to be executed in parallel. When both jobs are complete executed, then Job_3 can be executed. &lt;/P&gt;&lt;P&gt;If either Job_1 or Job_2 is not yet complete executed, then Job_3 should not be executed.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2019 08:58:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-01-18T08:58:05Z</dc:date>
    <item>
      <title>BODS: How to execute data flow in parallel?</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaq-p/829844</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Requirement:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Two or more data_flow need to be executed in parallel. &lt;/P&gt;
  &lt;P&gt;When ALL these data_flow are executed completely (either success or failed), then execute next data_flow.&lt;/P&gt;
  &lt;P&gt;Can it be done?&lt;/P&gt;
  &lt;P&gt;Below is illustration.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/263282-eecute-dataflow-in-parallel.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 08:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaq-p/829844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-18T08:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: BODS: How to execute data flow in parallel?</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829845#M267499</link>
      <description>&lt;P&gt;For example, both Job_1 and Job_2 need to be executed in parallel. When both jobs are complete executed, then Job_3 can be executed. &lt;/P&gt;&lt;P&gt;If either Job_1 or Job_2 is not yet complete executed, then Job_3 should not be executed.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 08:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829845#M267499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-18T08:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: BODS: How to execute data flow in parallel?</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829846#M267500</link>
      <description>&lt;P&gt;Use a work flow to run both data flows in parallel. Run the 3rd data flow after the work flow.&lt;/P&gt;&lt;P&gt;. &lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 15:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829846#M267500</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2019-01-18T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: BODS: How to execute data flow in parallel?</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829847#M267501</link>
      <description>&lt;P&gt;Below is further finding on how to use work_flow to acheive parallel + sequential process.&lt;/P&gt;&lt;P&gt;A few work_flow may be required, depending on requirement.&lt;/P&gt;&lt;P&gt;Scenario 1: Single work_flow is enough to achieve below requirement&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/267399-scenario-1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;/P&gt;&lt;P&gt;Scenario 2: Nested work_flow are required to achieve below requirement:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/267400-scenario-2.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 06:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829847#M267501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-23T06:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: BODS: How to execute data flow in parallel?</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829848#M267502</link>
      <description>In the last example, you don't need WF_02. Just include DF_03 instead, in parallel with WF_01.</description>
      <pubDate>Wed, 23 Jan 2019 15:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829848#M267502</guid>
      <dc:creator>former_member187605</dc:creator>
      <dc:date>2019-01-23T15:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: BODS: How to execute data flow in parallel?</title>
      <link>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829849#M267503</link>
      <description>&lt;P&gt;Noted. Thanks for advice.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 11:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bods-how-to-execute-data-flow-in-parallel/qaa-p/829849#M267503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-25T11:07:42Z</dc:date>
    </item>
  </channel>
</rss>

