Skip to content

Commit

Permalink
Update docs/guides/getting-started-java-spring.md
Browse files Browse the repository at this point in the history
Co-authored-by: Amara Graham <[email protected]>
  • Loading branch information
christinaausley and akeller authored Jun 7, 2024
1 parent b5696ef commit 8c03c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/getting-started-java-spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Next, create a new Spring Boot project:
Next, we'll create a BPMN diagram to represent the transaction model shown at the beginning of this guide:

1. Open Desktop Modeler.
2. Click **Create a new diagram**in Camunda 8, and name your diagram `Process payments` with an id of `process-payments`.
2. Click **Create a new diagram** in Camunda 8, and name your diagram `Process payments` with an id of `process-payments`.
3. Add a start event, and name it `Payment request received`.
4. Add a task named `Prepare transaction`. Click the wrench-shaped icon to change the type of task to a script task, and configure the following properties:
1. **Implementation**: `FEEL expression`
Expand Down

0 comments on commit 8c03c20

Please sign in to comment.