WorkflowExecutionActivityView workflowExecutionActivity = workflowExecutionActivityMessageService.updateExecutionActivity(workflowExecutionActivityGuid, updateWorkflowExecutionActivityView) ResponseEntity.ok(workflowExecutionActivity)
The method updateExecutionActivity updates the execution activity view, in case of success it returns a response with the HttpStatus.ok and the updated execution activity view.