Skip to content

Commit e2652fc

Browse files
authored
update dsl sample readme (temporalio#571)
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
1 parent 10e1376 commit e2652fc

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

  • core/src/main/java/io/temporal/samples/dsl

core/src/main/java/io/temporal/samples/dsl/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ This sample shows how to use a DSL on top of Temporal.
55
The sample uses CNCF Serverless Workflow (serverlessworkflow.io) DSL and its Java SDK,
66
which helps us parse the DSL into an object model as well as provides DSL validation.
77

8-
Since this is just a sample, this sample provides only partial implementation of the
9-
entire [Serverless Workflow](https://serverlessworkflow.io/) DSL features.
8+
Note: Temporal helps you to focus on business logic. We handle the complexities of building scalable distributed systems so you can deliver reliable workflows faster.
9+
Our approach helps you build the tooling you need, without restricting functionality.
10+
As with all samples, use the following at your own risk.
11+
Temporal does not endorse the use of CNCF Serverless Workflows; the following code is just an example.
12+
As a rule, DSLs provide limited and restrictive functionality.
13+
They are not suitable for full expressive development.
14+
In many cases, it's better to build customized DSLs to optimize simplicity and domain targeting for your particular use case.
1015

1116
This sample runs the following DSL workflows:
1217
1. [`customerapplication/workflow.yml`](../../../../../resources/dsl/customerapplication/workflow.yml)

0 commit comments

Comments
 (0)