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: exercises/exercise-7.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ ___
3
3
4
4
# Exercise 7 - User Tasks and Task Output Parameters
5
5
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.
8
8
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`.
11
11
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)
12
12
and [Task Output Parameters](../learning/concepts/fhir/task.md#task-output-parameters).
0 commit comments