Automic Workload Automation

 View Only
  • 1.  Master Workflow status showing wrong when child workflows fails

    Posted Mar 08, 2019 12:41 AM
      |   view attached

    I am facing one issue i have created one master workflow which has 3 child workflows in it.

    all 3 workflow run in serial way, i am observing that even if one of the workflow fails the the overall status of workflow remains ENDED_OK which leads to ambiguity since it showed also show fail status.

     

    also I have set block and send abort signal for all child workflow jobs but still the overall status of main workflow does not change to failed one. It looks like the End node only checks the status of last predecssor but doesnt check for other jobs, challenge i have is i cant run all of them in parallel.

     

    is there any setting i have to do so that overall master workflow reflects correct status

     

     

    regards

    laksh 



  • 2.  Re: Master Workflow status showing wrong when child workflows fails

    Posted Mar 08, 2019 07:55 PM

    We do not have the web interface here yet so I can't tell you exactly how to do this.  But you should be able to change the dependencies on the "END" node of TEST_CONDITION_WF so it will not be satisfied unless its predecessors have "ENDED_ANY_OK".