Exporting a Workflow Using the Command Line Interface

You can export workflows using an XML file. The exported workflow is displayed on the screen in XML format, or you can save the XML output to a file.

Procedure

  1. Download the export_workflow.xml file to the computer from where you will run the command.

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

  3. From software_installation_directory/Base type the following command after substituting the parameter values:

    qoperation execute -af export_workflow.xml -workflowName workflow_name > file.xml

    where:

    • workflow_name is the name of the workflow you want to export

    • Optional: file.xml is the name of the XML file if you want to save the output

Loading...