-
Sub-task
-
Resolution: Done
-
L3 - Default
-
None
Context:
In order to allow the mapping of camunda event source events an API is needed to retrieve mappable events, ideally also with information on their occurence count.
AT:
- mappable camunda events can be retrieved via the event counts api to be used in the mapping table
- they can be filtered:
- all mappable activity events (events & tasks)
- start and end events
- process instance start/end events
- the event fields are populated as follows:
- source: "camunda"
- group: "${processDefinitionKey}"
- eventName: "${activityId}"
- a new event property is introduced for displaying readable activity based event names
- eventLabel: "${activityName}"
Out of scope:
- event counts for camunda events are not included and to be done in a follow-up task =>
OPT-3308