7677787980818283848586
TimeConstrainedProcessTracker tracker = this.processTrackerRepository() .trackerOfProcessId(aCommand.getTenantId(), processId); tracker.completed(); this.processTrackerRepository().save(tracker); ApplicationServiceLifeCycle.success();