Skip to content

Commit fa1d2a7

Browse files
committed
Describe recently added functionality
Signed-off-by: fjtirado <ftirados@redhat.com>
1 parent f968258 commit fa1d2a7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

impl/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,20 @@ This reference implementation can run workflows consisting of:
3939
* `Try` (with `Catch`/`Retry`)
4040
* `Wait`
4141
* `Call`
42-
4342
* **HTTP**
44-
4543
* Basic auth
4644
* Bearer auth
4745
* OAuth2 / OIDC auth
4846
* Digest auth (via Fluent DSL)
47+
* **OpenAPI**
48+
* **Function**
49+
* `Run`
50+
* **Container**
51+
* **Script**
52+
* `Python`
53+
* `Javascript`
54+
* **Workflow**
55+
* **Shell**
4956

5057
**Schema Validation**
5158

@@ -83,6 +90,7 @@ This SDK is modular by design—pull in only what you need:
8390
* **serverlessworkflow-impl-model** Jackson model implementation
8491
* **serverlessworkflow-impl-validation** Schema validation implementation
8592
* **serverlessworkflow-impl-lifecycle-events** Enable publication of lifecycle events as Json cloud events.
93+
* **serverlessworkflow-impl-function** Function support.
8694
* **serverlessworkflow-impl-json** Json common utilities shared by all modules in this list
8795

8896

0 commit comments

Comments
 (0)