Skip to content

Commit 4bf0a7a

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

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

impl/README.md

Lines changed: 25 additions & 5 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,14 +90,27 @@ 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.
94+
* **serverlessworkflow-impl-template-resolver** JaxRS URI template implementation.
8695
* **serverlessworkflow-impl-json** Json common utilities shared by all modules in this list
8796

88-
8997
* **serverlessworkflow-impl-http**
90-
HTTP `Call` task handler.
98+
HTTP `Call` task handler, based on Jax-RS client
9199

92100
* **serverlessworkflow-impl-jackson-jwt**
93-
OAuth2/OIDC helpers for HTTP calls.
101+
Optimized entity converter for Jackson model and OAuth2/OIDC helpers for HTTP calls.
102+
103+
* **serverlessworkflow-impl-openapi**
104+
OpenAPI support
105+
106+
* **serverlessworkflow-impl-script-python**
107+
Python support
108+
109+
* **serverlessworkflow-impl-script-js**
110+
Javascript support
111+
112+
* **serverlessworkflow-impl-container**
113+
Docker container support
94114

95115
There are also companion modules/docs for:
96116

0 commit comments

Comments
 (0)