Interface ServiceTaskAdminController


  • @RequestMapping(value="/admin/v1/executions",
                    produces={"application/hal+json","application/json"})
    public interface ServiceTaskAdminController
    • Method Detail

      • replayServiceTask

        @PostMapping(value="/{executionId}/replay/service-task",
                     consumes="application/json")
        org.springframework.http.ResponseEntity<Void> replayServiceTask​(@PathVariable @NotEmpty
                                                                        @NotEmpty String executionId,
                                                                        @RequestBody @Valid
                                                                        @Valid ReplayServiceTaskRequest replayServiceTaskRequest)