Automic Workload Automation

 View Only
  • 1.  Skip a task/job during execution

    Posted Dec 19, 2016 11:56 AM
    Is there a way to skip a task during the workflow execution ?. I see there is unblock which would prevent the job from blocking the workflow, and restart to be able to fix and restart the job execution in case of failure, but how do i skip a task execution when i have already defined the dependency as ended_ok.

    Thanks,
    Raja Nalli


  • 2.  Skip a task/job during execution
    Best Answer

    Posted Dec 19, 2016 01:19 PM
    If the workflow is already in Activities and you want to skip just that particular instance of the job, then from Monitor view you can right-click | Modify Task | Set inactive. (Or from Hierarchical view, right-click | Workflow Control | Set inactive.)

    If it hasn't run yet and you want future instances to skip, you can change the Task Properties for the task in the workflow definition:  Earliest tab | uncheck Active.

    When the job's time comes to run (i.e. when its predecessors are complete), then it will not run but it will essentially function as if it ended OK. That is, the job after it will be allowed to run.