Data360 Analyze

Welcome to the Data360 Analyze community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only
  • 1.  How to schedule follow up run by using the "On Success, Run" property of a schedule

    Posted 10-11-2020 09:46

    I have two graphs test1,test2. Also I have created two schedules TEST1, TEST2 on those graphs.

    I want to run TEST2 after only successful run of TEST1.

    I tried setting the "On Success, Run" property of a schedule TEST1 to TEST2

    But It isn't running as expected.

    Please Give an example as how to use that "On Success, Run" property of a schedule

    Thanks

     



  • 2.  RE: How to schedule follow up run by using the "On Success, Run" property of a schedule

    Employee
    Posted 10-16-2020 03:04

    When defining a schedule you can specify the primary data flow to be run under the schedule and a follow-up data flow that is to be run on success of the primary data flow. You cannot specify another schedule as the on-success action.

     

    If you want to perform conditional execution of another data flow from within a scheduled primary data flow you could consider using the Execute Data Flow node. For instance, this could enable you to schedule the primary data flow to run every evening but specify logic in the primary data flow that only initiated the secondary data flow (via the Execute Data Node) on Monday - Friday evenings. Similarly, your custom logic in the primary data flow could check for prerequisite data (files) before deciding whether to run the secondary data flow.

    See the Help documentation for details of the Execute Data Flow node:

    https://doc.infogixsaas.com/analyze/Default.htm#e-node-help/Interfaces_and_Adapters/execute-data-flow.htm