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-4.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,14 @@ Solutions to this exercise are found on the branch `solutions/exercise-4`.
18
18
## Exercise Tasks
19
19
1. Replace the [End Event](https://docs.camunda.org/manual/7.17/reference/bpmn20/events/none-events/#none-end-event) of the `dsfdev_dicProcess` in the `dic-process.bpmn` file with a [Message End Event](../learning/concepts/bpmn/messaging.md#message-end-event). Give the [Message End Event](../learning/concepts/bpmn/messaging.md#message-end-event) a name and an ID and set its implementation to the `HelloCosMessage` class.
20
20
Configure field injections `instantiatesCanonical`, `profile` and `messageName` in the BPMN model for the [Message End Event](https://docs.camunda.org/manual/7.17/reference/bpmn20/events/message-events/#message-end-event).
21
-
Use `http://dsf.dev/fhir/StructureDefinition/task-hello-cos|#{version}` as the profile and `cosProcess` as the message name. Figure out what the appropriate `instantiatesCanonical` value is, based on the name (process definition key) of the process to be triggered.
21
+
Use `http://dsf.dev/fhir/StructureDefinition/task-hello-cos|#{version}` as the profile and `helloCos` as the message name. Figure out what the appropriate `instantiatesCanonical` value is, based on the name (process definition key) of the process to be triggered.
22
22
<details>
23
23
<summary>Can't remember how instantiatesCanonical is built?</summary>
24
24
25
25
Read the concept [here](../learning/concepts/dsf/about-version-placeholders-and-urls.md#urls) again.
26
26
</details>
27
27
1. Modify the `dsfdev_cosProcess` in the `cos-process.bpmn` file and configure the message name of the [Message Start Event](../learning/concepts/bpmn/messaging.md#message-start-event) with the same value as the message name of the [Message End Event](../learning/concepts/bpmn/messaging.md#message-end-event) in the `dsfdev_dicProcess`.
28
-
1. Create a new [StructureDefinition](http://hl7.org/fhir/R4/structuredefinition.html) with a [Task](../learning/concepts/fhir/task.md) profile for the `cosProcess` message.
28
+
1. Create a new [StructureDefinition](http://hl7.org/fhir/R4/structuredefinition.html) with a [Task](../learning/concepts/fhir/task.md) profile for the `helloCos` message.
0 commit comments