Automic Workload Automation

  • 1.  Is it possible to unblock a task within a workflow by means of UC4 scripting

    Posted Feb 08, 2016 10:44 AM
    I´m trying to find a way to programatically unblock a failed task within a workflow. Only feasible way I have been able to think of is through Java API, but I would prefer to use UC4 scripting if at all possible, as it seems to me that having to execute an external Java program instead of  managing the tasks from within Automic, is somewhat like crossing the river to fetch water. Any suggestions? If it is not possible using UC4 scripting, perhaps someone has a ready made Java unblocking script taking runid as input?


  • 2.  Is it possible to unblock a task within a workflow by means of UC4 scripting

    Posted Feb 08, 2016 10:53 AM
    Depending on your requirements you might be able to use the MODIFY_UC_OBJECT.  


  • 3.  Is it possible to unblock a task within a workflow by means of UC4 scripting

    Posted Feb 08, 2016 11:21 AM

    Thanks Mark,

    After having posted my question I actually found your answer to a similar question which pointed me in the right direction.

    Many thanks ;.)