fix broken link

Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
This commit is contained in:
FogDong 2022-06-28 17:03:14 +08:00
parent c3c2f36209
commit cec706a8ac
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ A workflow consists of multiple steps, and typical workflow steps include step g
In fact, if you only use components in the Application and do not declare a workflow, KubeVela will automatically create a default workflow for deploying the components when running the Application.
In [VelaUX](../../how-to/dashboard/workflow/overview), you can feel the workflow more intuitively. As shown in the figure: The following is a workflow that controls the application to be deployed to the test environment, paused in the manual approval step, and then deployed to the production environment:
In VelaUX, you can feel the workflow more intuitively. As shown in the figure: The following is a workflow that controls the application to be deployed to the test environment, paused in the manual approval step, and then deployed to the production environment:
![continue-workflow](../../resources/continue-workflow.png)
@ -20,7 +20,6 @@ In [VelaUX](../../how-to/dashboard/workflow/overview), you can feel the workflow
In the workflow, all the steps will be executed sequentially and the next step will be executed after the previous one succeeded. If a step is of type `step-group`, it can contain a series of sub-steps, all of which are executed together when the step group is executed.
> 在 KubeVela 未来的版本1.5+)中,你可以显示地指定步骤的执行方式来控制并发或者单步执行,如:
> In future versions of KubeVela (1.5+), you can explicitly specify the execution mode of steps, such as:
> ```yaml
> workflow:

View File

@ -10,7 +10,7 @@ title: 工作流总览
实际上如果你在应用部署计划中只使用了组件并没有声明工作流时KubeVela 会在运行这个应用时自动创建一个默认的工作流,用于部署应用中的组件。
[VelaUX](../../how-to/dashboard/workflow/overview) 中,你可以更加直观地感受工作流。如图:下面是一个控制应用先部署到测试环境,暂停在人工审核步骤,然后再部署到生产环境的工作流:
在 VelaUX 中,你可以更加直观地感受工作流。如图:下面是一个控制应用先部署到测试环境,暂停在人工审核步骤,然后再部署到生产环境的工作流:
![continue-workflow](../../resources/continue-workflow.png)