long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller
/
TasksRestController
/
takeTaskForExecution
take
Task
For
Execution
@
PostMapping
(
value
=
[
"/task/takeForExec"
]
)
fun
takeTaskForExecution
(
@
RequestHeader
headers
:
HttpHeaders
,
@
RequestParam
(
value
=
"execTypeHid"
)
execTypeHid
:
String
,
@
RequestParam
(
value
=
"execHid"
)
execHid
:
String
)
:
ResponseEntity
<
TaskExecDataResponse
>