Skip to content

Commit 82dc8b6

Browse files
committed
Fixed missing process id and made clearer that exercise 7 does not include resource download.
1 parent e6a2077 commit 82dc8b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/exercise-7.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ ___
33

44
# Exercise 7 - User Tasks and Task Output Parameters
55

6-
This exercise introduces a new scenario which will serve as an example where [User Tasks](../learning/concepts/bpmn/user-tasks.md), resource download and [Task Output Parameters](../learning/concepts/fhir/task.md#task-output-parameters)
7-
will be utilized. The scenario is a voting process where one DSF instances of the tutorial setup will send a binary question (yes/no) to the other instances and itself.
6+
This exercise introduces a new scenario which will serve as an example on how [User Tasks](../learning/concepts/bpmn/user-tasks.md), resource download and [Task Output Parameters](../learning/concepts/fhir/task.md#task-output-parameters)
7+
may be utilized. The scenario is a voting process where one DSF instances of the tutorial setup will send a binary question (yes/no) to the other instances and itself.
88
The question can be set when starting the voting process. The question can will then be answerable through a [QuestionnaireResponse](https://www.hl7.org/fhir/R4/questionnaireresponse.html) resource on the instance's DSF FHIR server.
9-
The answer then gets sent back to the instance which initiated the voting process.
10-
The scenario comes with a skeleton including two BPMN models. One for orchestrating the voting process called found in `voting-process.bpmn` and the subprocess which handles the vote itself found in `vote.bpmn`.
9+
The answer then gets sent back to the instance which initiated the voting process. This exercise will focus on [User Tasks](../learning/concepts/bpmn/user-tasks.md) and [Task Output Parameters](../learning/concepts/fhir/task.md#task-output-parameters).
10+
The scenario comes with a skeleton including two BPMN models. One for orchestrating the voting process called `dsfdev_votingProcess` found in `voting-process.bpmn` and the subprocess which handles the vote itself found in `vote.bpmn`.
1111
It also includes most of the Java implementation for both processes and the required FHIR resources. Your task will be to fill in the parts concerning the [User Task](../learning/concepts/bpmn/user-tasks.md)
1212
and [Task Output Parameters](../learning/concepts/fhir/task.md#task-output-parameters).
1313

0 commit comments

Comments
 (0)