Workflow instance

View workflow instance

  • Click Project Management -> Workflow -> Workflow Instance to enter the Workflow Instance page, as shown in the figure below:

    Workflow Instance - 图1

  • Click the workflow name to enter the DAG view page to view the task execution status, as shown in the figure below.

    Workflow Instance - 图2

View task log

  • Enter the workflow instance page, click the workflow name, enter the DAG view page, double-click the task node, as shown in the following figure:

    Workflow Instance - 图3

  • Click “View Log”, a log pop-up box will pop up, as shown in the figure below, the task log can also be viewed on the task instance page, refer to Task View Log

    Workflow Instance - 图4

View task history

  • Click Project Management -> Workflow -> Workflow Instance to enter the workflow instance page, and click the workflow name to enter the workflow DAG page;
  • Double-click the task node, as shown in the figure below, click “View History” to jump to the task instance page, and display a list of task instances running by the workflow instance

    Workflow Instance - 图5

View operating parameters

  • Click Project Management -> Workflow -> Workflow Instance to enter the workflow instance page, and click the workflow name to enter the workflow DAG page;
  • Click the icon in the upper left corner Workflow Instance - 图6,View the startup parameters of the workflow instance; click the icon Workflow Instance - 图7,View the global and local parameters of the workflow instance, as shown in the following figure:

    Workflow Instance - 图8

Workflow instance operation function

Click Project Management -> Workflow -> Workflow Instance to enter the Workflow Instance page, as shown in the figure below:

Workflow Instance - 图9

  • Edit: Only terminated processes can be edited. Click the “Edit” button or the name of the workflow instance to enter the DAG edit page. After edit, click the “Save” button to pop up the Save DAG pop-up box, as shown in the figure below. In the pop-up box, check “Whether to update to workflow definition” and save After that, the workflow definition will be updated; if it is not checked, the workflow definition will not be updated.

    Workflow Instance - 图10

  • Rerun: Re-execute the terminated process.

  • Recovery failed: For failed processes, you can perform recovery operations, starting from the failed node.
  • Stop: To stop the running process, the background will first killworker process, and then execute kill -9 operation
  • Pause: Perform a pause operation on the running process, the system status will change to waiting for execution, it will wait for the end of the task being executed, and pause the next task to be executed.
  • Resume pause: To resume the paused process, start running directly from the paused node
  • Delete: Delete the workflow instance and the task instance under the workflow instance
  • Gantt chart: The vertical axis of the Gantt chart is the topological sorting of task instances under a certain workflow instance, and the horizontal axis is the running time of the task instances, as shown in the figure:

    Workflow Instance - 图11