Updated on 2024-10-29 GMT+08:00

Retrying, Stopping, or Running a Workflow Phase

Retrying, Stopping, or Proceeding a Workflow Phase

  • Retrying a phase

    If executing a single phase failed, you can click Retry to re-execute the current phase without restarting the workflow. Before the retry, you can modify configurations on the Permission Management page. The modification takes effect after the affected phase is retried.

  • Stopping a phase

    Click a phase to view its details. On this page, you can stop the running phase.

  • Proceeding a phase

    If parameters need to be configured during the runtime of a single phase, the phase is awaiting operation. After the parameters are configured, you can click Proceed to proceed to the execution of the current phase.

Running Specific Workflow Phases

To reduce the time consumed by repeated execution in large-scale and complex workflows, you can choose specific phases to execute in sequence.

To run specific workflow phases, specify the target phases when developing a workflow. The procedure is as follows:

  1. Predefine the phases you want to execute when you use the SDK to create a workflow. For details, see Specifying Certain Phases to Run in a Workflow.
  2. When configuring a workflow, enable Execute Certain Phases, select phases to be executed, and configure parameters for these phases.
    Figure 1 Partial execution
  3. After saving the configuration, click Start to execute certain phases.