You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-7
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,19 @@ This repository gets users started with [Camunda 8](https://camunda.com/platform
8
8
9
9
During this guide, you will use Console, Modeler, Zeebe, Operate, and Tasklist.
10
10
11
+
To leverage your process data and analyze areas for improvement, [get started with Optimize](https://docs.camunda.io/docs/next/guides/improve-processes-with-optimize/).
12
+
11
13
# Repository structure
12
14
13
15
The repository contains the following folders:
14
16
15
-
-[_csharp_](csharp/) - C# example for deploy, create instance, and a job worker.
16
-
-[_go_](go/) - Go example for deploy, create instance, and a job worker.
17
+
-[_csharp_](csharp/) - C# example to model, create, and automate your process.
18
+
-[_go_](go/) - Go example to model, create, and automate your process.
17
19
-[_images_](images/) - Contains screenshots and images for the guide.
18
-
-[_java_](java/) - Plain Java example for deploy, create instance, and a job worker.
19
-
-[_nodejs_](nodejs/) - Node.js example for deploy, create instance, and a job worker.
20
+
-[_java_](java/) - Plain Java example to model, create, and automate your process.
21
+
-[_nodejs_](nodejs/) - Node.js example to model, create, and automate your process.
20
22
-[_process_](process/) - Contains the BPMN process and the user task form.
21
-
-[_spring_](spring/) - Spring Boot example for deploy, create instance, and a job worker.
23
+
-[_spring_](spring/) - Spring Boot example to model, create, and automate your process.
22
24
23
25
# Configure your environment
24
26
@@ -66,8 +68,9 @@ task form using Modeler](https://docs.camunda.io/docs/next/guides/utilizing-form
66
68
67
69
Find the finished form at [process/enter-email-message.form](process/enter-email-message.form)
68
70
69
-
Configure the user task to use the form.
70
-
To do this, copy the JSON content of the form into the **Form JSON configuration** field under the **Form** tab in the Modeler properties panel.
71
+
If you already uploaded the aforementioned BPMN file, this contains the form and process model and requires no additional form configuration.
72
+
73
+
If you did not previously upload the BPMN file, copy the JSON content of the form into the **Form JSON configuration** field under the **Form** tab in the Modeler properties panel.
71
74
72
75

0 commit comments