AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  File check and workflow conditions

    Posted Aug 19, 2019 11:58 AM
      |   view attached
    Hi All,

    Looking for a solution for below issue.

    We have 3 workflows within a workflow.
    WF1 - all command jobs
    WF2 - 1 File check job - when it finds the file, it should execute the flow. If it doesn't find the file, it should mark the WF2 as INACTIVE.
    WF3 - This WF should run if the WF2 is in ENDED_OK_OR_INACTIVE 

    PLEASE SUGGEST A SOLUTION TO THIS


    THANKS IN ADVANCE
    SHANI


  • 2.  RE: File check and workflow conditions

    Posted Aug 20, 2019 02:23 PM
    One option to consider, is to place WF2 inside of another WFx.   On the WF2 task inside of WFx, you would add a Precondition/CheckFile rule that would tell WF2 if it should run or skip.   This would eliminate the need for a file check task.

    ------------------------------
    Pete
    ------------------------------