Skip to content

Commit c4f34bf

Browse files
resolve comments from readme review (#331)
1 parent dd915ad commit c4f34bf

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ This repository gets users started with [Camunda 8](https://camunda.com/platform
88

99
During this guide, you will use Console, Modeler, Zeebe, Operate, and Tasklist.
1010

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+
1113
# Repository structure
1214

1315
The repository contains the following folders:
1416

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.
1719
- [_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.
2022
- [_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.
2224

2325
# Configure your environment
2426

@@ -66,8 +68,9 @@ task form using Modeler](https://docs.camunda.io/docs/next/guides/utilizing-form
6668

6769
Find the finished form at [process/enter-email-message.form](process/enter-email-message.form)
6870

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.
7174

7275
![Configure user task form](images/user-task-form.png)
7376

0 commit comments

Comments
 (0)