Automic Workload Automation

 View Only
Expand all | Collapse all

Using MODIFY_TASK to modify the parent workflow of a task

  • 1.  Using MODIFY_TASK to modify the parent workflow of a task

    Posted Sep 22, 2022 05:55 AM
    Edited by Michael A. Lowry Sep 22, 2022 06:06 AM
    The documentation page for MODIFY_TASK (v12.3, v21.0) states:
    Notes:
    • You can only stop and start other Workflows, but not the Workflow that the script itself is in.
    • You cannot use MODIFY_TASK to edit the Workflow that the script is in.

    This description is misleading. It would be more correct to state:

    • It is not possible to modify a workflow using a MODIFY_TASK statement in the workflow's own Process tab.
    • However, it is possible to modify a workflow using a MODIFY_TASK statement in the Process tab of a child task, e.g., a script (SCRI).


  • 2.  RE: Using MODIFY_TASK to modify the parent workflow of a task

    Broadcom Employee
    Posted Sep 23, 2022 03:10 AM
    Hi Michael,

    you are absolutely right. I have used MODIFY_TASK already myself very often in a SCRI to add additional tasks to the parent workflow. The documentation will be updated.

    Regards, Markus