Manage Production Instances


Select Production Instances from the experiment list page, and you can view all the Running Instances of online production for the experiment, and compare and archive the running instances.

View the Basic Information and Details of Running Instances


  1. On the Running Instances page, view basic information of the running instance, such as name, version number, schedule name, running status, running time, and periodic scheduling support.


    ../_images/workflow_instance_basics.png


    Note

    The production instance list and archived instance list display the latest 500 instances by default.

  2. Select multiple running instances and select Compare to compare the basic information, running parameters and indicators of the running instances.

  3. Select any running instance and select Archive to archive the running instance.

  4. Select Instance Name to open the details page of the running instance. Under the DAG Graph tab, view the running results of running instance, including the running progress, input and output parameters, current running logs, and Pod information of operators. You can enter an operator full name to search the operator or enter <parallelfor operator full name>.<item name>.<operator full name> to search an operator within a certain branch, the matched operator is highlighted if there is a match, otherwise, the first operator is highlighted.

    Select an operator to show the configuration, on the Input/Output tab, you can:

    • Select Copy copy_icon to copy the code
    • Select Create Dataset|create_dataset| to create a dataset
    • Select Copy path copy_path to copy the minio path
  5. Under the Detail tab, you can view the detailed information, running parameters, and advanced configuration of the running instance.


    ../_images/workflow_instance_config.png


  6. Under the Gantt tab, you can view the running status distribution diagram of each operator and the running progress.


    ../_images/workflow_instance_gant.png


  7. In the operation items at the top of the page, you can select to perform the following operations on the running instance:

    • Run: when the current running instance fails or succeeds, you can re-enter the parameters and configurations to run the instance.
    • Retry: if an error is reported with the current running instance, you can run the instance again from the current error.
    • Stop: stop the running instance, and it will change to the Failed status after being stopped.
    • Archive: archive the current running instance.
    • To Pipeline Designer: jump to the designing page of the current pipeline, display the latest version of the pipeline designed offline in the current canvas, and modify the pipeline.

Manage Archived Instances


On the Running Instances page, use the filter to query archived instances. Select one or more instances, and you can perform the following management operations to the archived instances:

  • Restore: Restore archived instances.
  • Delete: If there is an error during the instance running, and the workflow cannot end normally, you can delete the archived instance manually.


../_images/deleting_archived_instance.png