Data360 Analyze

 View Only
  • 1.  Send variables into the "Execture Data Flow" node

    Posted 11-02-2021 05:56

    Hej,

    I'm having problems figuring out how i can send a variable into the "Execute Data Flow" node that can be used in the graph that is being run by it.

    In this case i have one graph that fist writes a record into a database. 
    After that i start a graph that reads particular records from that table, these records include the ID (Primary Key) that the database gave to them.
    The next step would be to use an Execute Data Flow node to run a new graph for each record from the database.

    However, i need to send the ID that i initially got from the database to the graphs that are being started by the Execute data flow to get information out of the database while its running.

    I've looked into the RunPropertySets but these values seem to be hardcoded. The ID from the database will be new for each records so i really need to specifically tell each graph the unique ID they should work with.

    Is there any way to send in a variable into the Execute dataflow so it can be used in the executing graph?

    (I've added an image that hopefully explains it a bit better)

    Kind regards,

    Jurgen



  • 2.  RE: Send variables into the "Execture Data Flow" node

    Employee
    Posted 11-03-2021 09:42


  • 3.  RE: Send variables into the "Execture Data Flow" node

    Posted 12-19-2024 14:52

    the link to the excel is broken,  (Execute_Data_Flow_Node_Example.docx )

    Please can you reload this document.

    Thanks



    ------------------------------
    Jennifer Bird
    Knowledge Community Shared Account
    ------------------------------



  • 4.  RE: Send variables into the "Execture Data Flow" node

    Employee
    Posted 18 days ago
      |   view attached

    The link to the original Word document is included in the original "Scheduling of graphs" forum post which can be found here:

    https://community.precisely.com/communities/community-home/digestviewer/viewthread?GroupId=319&MID=33703&CommunityKey=9c9ad6f1-42e5-4b69-98e5-b7e7fcf2738f

    For convenience I have attached a copy of the document to this post.



    ------------------------------
    Adrian Williams
    Precisely Software Inc.
    ------------------------------

    Attachment(s)



  • 5.  RE: Send variables into the "Execture Data Flow" node

    Posted 11-04-2021 00:48

    Thank you Adrian, that did the trick!

    I did not realize the parameters were send through automatically as all fields.

    Kind regards,

    Jurgen