Skip to content

Commit ffcf80b

Browse files
Merge pull request serverlessworkflow#902 from yzhao244/yuri-dev-1.0.0-typo
a few typo from DSL
2 parents 2f00a62 + 7ad569d commit ffcf80b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsl.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Moreover, the DSL eschews strong-typed enumerations wherever feasible, fostering
6060

6161
### Workflow
6262

63-
A Serverless Workflow is a sequence of specific [tasks](#tasks) that are executed in a defined order. By default, this order follows the declaration sequence within the workflow definition. Workflows are designed to automate processes and orchestrate various serverless functions and services.
63+
A Serverless Workflow is a sequence of specific [tasks](dsl-reference.md#tasks) that are executed in a defined order. By default, this order follows the declaration sequence within the workflow definition. Workflows are designed to automate processes and orchestrate various serverless functions and services.
6464

6565
Workflows can be triggered in different ways: upon request, scheduled using CRON expressions, or initiated upon correlation with specific events.
6666

@@ -79,7 +79,7 @@ Workflows in the Serverless Workflow DSL can exist in several phases, each indic
7979
| `faulted` | The workflow execution has encountered an error. |
8080
| `completed` | The workflow execution has successfully finished all tasks. |
8181

82-
Additionally, the flow of execution within a workflow can be controlled using [directives*](#flow-directives), which provide instructions to the workflow engine on how to manage and handle specific aspects of workflow execution.
82+
Additionally, the flow of execution within a workflow can be controlled using [directives*](dsl-reference.md#flow-directive), which provide instructions to the workflow engine on how to manage and handle specific aspects of workflow execution.
8383

8484
**To learn more about flow directives and how they can be utilized to control the execution and behavior of workflows, please refer to [Flow Directives](dsl-reference.md#flow-directive).*
8585

@@ -113,7 +113,7 @@ The Serverless Workflow DSL defines several default [task](dsl-reference.md#task
113113
- [Try](dsl-reference.md#try), used to attempt executing a specified [task](dsl-reference.md#task), and to handle any resulting [errors](dsl-reference.md#error) gracefully, allowing the [workflow](dsl-reference.md#workflow) to continue without interruption.
114114
- [Wait](dsl-reference.md#wait), used to pause or wait for a specified duration before proceeding to the next task.
115115

116-
To ensure they conform to the DSL, runtimes **should** pass all the feature conformance test scenarii defined in the [ctk](ctk/README.md).
116+
To ensure they conform to the DSL, runtimes **should** pass all the feature conformance test scenarios defined in the [ctk](ctk/README.md).
117117

118118
##### Secret
119119

0 commit comments

Comments
 (0)