@@ -70,17 +70,26 @@ This reference implementation can run workflows consisting of:
7070
7171This SDK is modular by design—pull in only what you need:
7272
73- * ** ` serverlessworkflow-impl-core ` **
73+ * ** serverlessworkflow-impl-core**
7474 Workflow engine & core interfaces. Depends on generated types and CloudEvents SDK.
7575
76- * ** ` serverlessworkflow-impl-jackson ` **
77- Adds Jackson integration, JQ expressions, JSON Schema validation, and CloudEvents (de)serialization.
76+ * ** serverlessworkflow-impl-jackson**
7877 👉 ** Most users add this one.**
79-
80- * ** ` serverlessworkflow-impl-http ` **
78+
79+ Adds Jackson integration, JQ expressions, JSON Schema validation, and CloudEvents (de)serialization.
80+
81+ Internally, this module is an aggregation of smaller modules to allow part replacement if needed:
82+ * ** serverlessworkflow-impl-jq** JQ expression implementation
83+ * ** serverlessworkflow-impl-model** Jackson model implementation
84+ * ** serverlessworkflow-impl-validation** Schema validation implementation
85+ * ** serverlessworkflow-impl-lifecycle-events** Enable publication of lifecycle events as Json cloud events.
86+ * ** serverlessworkflow-impl-json** Json common utilities shared by all modules in this list
87+
88+
89+ * ** serverlessworkflow-impl-http**
8190 HTTP ` Call ` task handler.
8291
83- * ** ` serverlessworkflow-impl-jackson-jwt ` **
92+ * ** serverlessworkflow-impl-jackson-jwt**
8493 OAuth2/OIDC helpers for HTTP calls.
8594
8695There are also companion modules/docs for:
0 commit comments