Reassociating Workflow Schedules

Updated

You can move workflow schedules from one workflow to another.

Important:

  • All of the schedules associated with a workflow are moved. For example, if the CreateVM workflow has two schedules, both of these schedules are reassociated to a new workflow when the reassociateWorkflowSchedules QScript is run.

  • You must manually update the workflow inputs after the schedules are reassociated.

Procedure

  1. Run the qlogin command to log on to the CommServe computer.

  2. On the command line, go to software_installation_directory/Base and type the following command:

    qoperation execscript -sn reassociateWorkflowSchedules -si @oldWorkflowName -si @newWorkflowName
        
    

    where:

    • oldWorkflowName is the name of the workflow currently associated with the schedule.

    • newWorkflowName is the name of the workflow you want to associate with the schedule.

    For more information on using QScripts on the command line, see Using QScripts on the Command Line.

  3. From the CommCell Browser, go to Workflows.

  4. Right-click Workflows and click View > Schedules.

    The Schedules window is displayed.

  5. For each reassociated schedule, update the inputs:

    1. Double-click the schedule.

    2. In the workflow_name Options dialog box, click the Inputs tab.

    3. Enter the inputs to use when the schedule is run.

    4. Click OK.

Was this page helpful?