Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolve comments from readme review #331

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions README.md
christinaausley marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ This repository gets users started with [Camunda 8](https://camunda.com/platform

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

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/).

# Repository structure

The repository contains the following folders:

- [_csharp_](csharp/) - C# example for deploy, create instance, and a job worker.
- [_go_](go/) - Go example for deploy, create instance, and a job worker.
- [_csharp_](csharp/) - C# example to model, create, and automate your process.
- [_go_](go/) - Go example to model, create, and automate your process.
- [_images_](images/) - Contains screenshots and images for the guide.
- [_java_](java/) - Plain Java example for deploy, create instance, and a job worker.
- [_nodejs_](nodejs/) - Node.js example for deploy, create instance, and a job worker.
- [_java_](java/) - Plain Java example to model, create, and automate your process.
- [_nodejs_](nodejs/) - Node.js example to model, create, and automate your process.
- [_process_](process/) - Contains the BPMN process and the user task form.
- [_spring_](spring/) - Spring Boot example for deploy, create instance, and a job worker.
- [_spring_](spring/) - Spring Boot example to model, create, and automate your process.

# Configure your environment

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

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

Configure the user task to use the form.
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.
If you already uploaded the aforementioned BPMN file, this contains the form and process model and requires no additional form configuration.

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.

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

Expand Down
Loading