-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
3.0.0
-
50
Context:
Often users have a hybrid of Kafka/legacy systems that produce events and parts of their application that are already automated by Camunda. To be able to have an end to end view on their system, we want to support to have event ingestion for Camunda out of the box.
Given camunda events are available in a event log format that can be sequentially read during event based process instance generation (OPT-3195), Camunda event mapping support is needed in the event based process editor to make use of this data .
AT:
- camunda event sources can be managed per event based process
- event based processes with camunda processes require each event user to have access to all of the associated processes in order to access the event based process
- the REST API used to populate the event mapping table includes mappable camunda events for a particular camunda process
- the current api is Event Counts
- we need a way to specify camunda event filters (also applying the camundaProcess.eventScope to only show the desired subset of these events)
- this only returns events, taskStart/End, processInstanceStart/End events, see
OPT-3195
- with a sequential camunda event source (
OPT-3195) and camunda event mapping on event based processes in place, the event based process instance import uses the camunda event log to aggregate this data into event based process instances- data is correlated by the defined traceId location per camunda process => this id makes up the event based process instance id
Designs:
asia.malina
This is the controller panel for Smart Panels app
- depends on
-
OPT-3195 Sequential Camunda activity event log for Event Based Processes
- Done
- is related to
-
OPT-3204 TraceID can be set after start of camunda process instance
- Open
-
OPT-1343 I can see the duration across multiple process definitions
- Done
-
OPT-2719 Optimize can be used for all E2E processes - First Iteration
- Done
- links to