Philipp Ossler
Philipp Ossler
## Description As a user, I can modify an active process instance to repair the execution. The execution may be stuck and I want to continue the execution on a...
## Description We want to support the basic modification by terminating given element instances. We want to terminate the element instance for each terminate instruction. The element instances should be...
## Description When we receive a gRPC request in the Gateway to modify a process instance then we should verify in the Gateway that the variables of the activate instructions...
## Description We should write integration tests for the process instance modification to ensure that the feature is backward compatible with a newer version. This could be done by adding...
## Description We should write integration tests for the process instance modification to ensure that feature is working from end to end. In the integration tests, we use the Java...
## Description The modification command can contain activation instructions for different elements. If the element is inside a flow scope (i.e. a subprocess) and there is an active instance of...
## Description We added a new record for the process instance modification. We should extend the [CompactRecordLogger](https://github.com/camunda/zeebe/blob/main/test-util/src/main/java/io/camunda/zeebe/test/util/record/CompactRecordLogger.java) by a summary for the record. The record summary is printed when a...
## Description We want to track the usage of the modification API in the metrics. We are interested in the (total) number of modifications. The new metric should be added...
## Description The modification command can contain activation instructions for different elements. If the new element should be activated within a new or a specific flow scope instance (#9646) then...
## Description The modification command can contain activation instructions for different elements. If the new element should be activated within a new or a specific flow scope instance (#9646) then...