Interface ServiceTaskAdminController
@RequestMapping(value="/admin/v1/executions",
produces={"application/hal+json","application/json"})
public interface ServiceTaskAdminController
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> replayServiceTask(@NotEmpty String executionId, @Valid ReplayServiceTaskRequest replayServiceTaskRequest)
-
Method Details
-
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)
-