From 3fc50122cc9faa92df6df2fa7a20c487f6b13f2c Mon Sep 17 00:00:00 2001 From: Miklas Boskamp Date: Fri, 27 Sep 2024 14:47:53 +0200 Subject: [PATCH] chore(docs): mention Jakarta constraints --- usertask/task-camunda-forms/README.md | 1 + usertask/task-form-embedded-bpmn-events/README.md | 1 + usertask/task-form-embedded-json-variables/README.md | 3 +++ usertask/task-form-embedded-react/README.md | 5 +++-- usertask/task-form-embedded/README.md | 1 + 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/usertask/task-camunda-forms/README.md b/usertask/task-camunda-forms/README.md index 34556b6ed..e9180b6a6 100644 --- a/usertask/task-camunda-forms/README.md +++ b/usertask/task-camunda-forms/README.md @@ -5,6 +5,7 @@ This quickstart demonstrates how to use the [Camunda Forms][5] feature. Camunda ![Camunda Forms Screenshot][1] # Overview +This example uses Jakarta API. It is compatible with the latest releases of Camunda Tomcat and WildFly distributions. ## Where are Camunda Forms added? diff --git a/usertask/task-form-embedded-bpmn-events/README.md b/usertask/task-form-embedded-bpmn-events/README.md index e09e33cdb..858f402f3 100644 --- a/usertask/task-form-embedded-bpmn-events/README.md +++ b/usertask/task-form-embedded-bpmn-events/README.md @@ -3,6 +3,7 @@ This quickstart demonstrates how to use escalation and error events in embedded forms. # Overview +This example uses Jakarta API. It is compatible with the latest releases of Camunda Tomcat and WildFly distributions. ## Where are Error and Escalation events defined? diff --git a/usertask/task-form-embedded-json-variables/README.md b/usertask/task-form-embedded-json-variables/README.md index 498a04d4a..677568cec 100644 --- a/usertask/task-form-embedded-json-variables/README.md +++ b/usertask/task-form-embedded-json-variables/README.md @@ -2,6 +2,9 @@ This example demonstrates how to work with json variables in embedded forms. +# Overview +This example uses Jakarta API. It is compatible with the latest releases of Camunda Tomcat and WildFly distributions. + ## Creating a Json Variable in a Start Form The process instance is started using a form. The form is a plain HTML form which is displayed diff --git a/usertask/task-form-embedded-react/README.md b/usertask/task-form-embedded-react/README.md index b4714e040..6a3989d38 100644 --- a/usertask/task-form-embedded-react/README.md +++ b/usertask/task-form-embedded-react/README.md @@ -1,9 +1,10 @@ -This example works with Chrome and Firefox. - # Using React Forms with Tasklist React is a popular library to build user interfaces. If you want to use react to build custom Tasklist forms, you can use this example as a starting point. We adapted the [React Multiple Inputs Example](https://reactjs.org/docs/forms.html#handling-multiple-inputs) and integrated it into a process. ## Overview +This example uses Jakarta API. It is compatible with the latest releases of Camunda Tomcat and WildFly distributions. +This example works with Chrome and Firefox. + ### How can I add React to my Tasklist? 1. Add [loadReact.js](config/react/loadReact.js) to `app/tasklist/scripts/react` of the Camunda Tasklist webapp (e.g., for Tomcat, it will be `/webapps/camunda/app/tasklist/scripts/react`). This will load React and ReactDOM from a CDN and add it to the global scope. If you want to use other versions of React, adjust the import paths accordingly. 2. Add the loader as a custom script in `app/tasklist/scripts/config.js` of the Camunda Tasklist webapp (e.g., for Tomcat, it will be `/webapps/camunda/app/tasklist/scripts/config.js`). diff --git a/usertask/task-form-embedded/README.md b/usertask/task-form-embedded/README.md index f841a6f22..9cd29788b 100644 --- a/usertask/task-form-embedded/README.md +++ b/usertask/task-form-embedded/README.md @@ -5,6 +5,7 @@ This quickstart demonstrates how to use the [Embedded Forms][5] feature. Embedde ![Embedded Forms Screenshot][1] # Overview +This example uses Jakarta API. It is compatible with the latest releases of Camunda Tomcat and WildFly distributions. ## Where are embedded taskforms added?