File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed
Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff 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**
93101 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
95115There are also companion modules/docs for:
96116
You can’t perform that action at this time.
0 commit comments