Hi,
Need help on finding the tables names that gets impacted when i use runtime service to modify a process instance.
runtimeService.createProcessInstanceModification(processInstanceId)
.cancelAllForActivity("declineLoanApplication")
.startBeforeActivity("processStartEvent")
.annotation("Modified to resolve an error.")
.execute();