From 207b4e77d32053d8cecd0df7647cc0b7ff996cf3 Mon Sep 17 00:00:00 2001 From: Kerwin <37063904+zhuangchong@users.noreply.github.com> Date: Sat, 29 Oct 2022 11:31:19 +0800 Subject: [PATCH] Fix document styles. (#12600) --- docs/docs/en/guide/project/workflow-definition.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/en/guide/project/workflow-definition.md b/docs/docs/en/guide/project/workflow-definition.md index 876cea9fef..1dacff17e2 100644 --- a/docs/docs/en/guide/project/workflow-definition.md +++ b/docs/docs/en/guide/project/workflow-definition.md @@ -78,7 +78,8 @@ Workflow running parameter description: * **Complement(Backfill)**: Run workflow for a specified historical period. There are two strategies: serial complement and parallel complement. > You could select the time period or fill in it manually in UI. The date range is left closed and right closed time interval (startDate <= N <= endDate) - > * Serial complement: Run the workflow from start date to end date according to the time period you set in serial. + + * Serial complement: Run the workflow from start date to end date according to the time period you set in serial. ![workflow-serial](../../../../img/new_ui/dev/project/workflow-serial.png)