File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
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,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
You can’t perform that action at this time.
0 commit comments