Execution Steps
This chapter focuses on services for the execution steps.
Get execution step
A GET
to /execution-steps/{id}
returns the execution step with the given id.
Path parameters
Snippet path-parameters not found for operation::RestExecutionStepControllerIT/get-execution-step
HTTP request
Snippet http-request not found for operation::RestExecutionStepControllerIT/get-execution-step
Request parameters
Snippet request-parameters not found for operation::RestExecutionStepControllerIT/get-execution-step
HTTP response
Snippet http-response not found for operation::RestExecutionStepControllerIT/get-execution-step
Response fields
Snippet response-fields not found for operation::RestExecutionStepControllerIT/get-execution-step
Links
Snippet links not found for operation::RestExecutionStepControllerIT/get-execution-step
Modify status of execution step
A PATCH
to /execution-steps/{id}/execution-status/{status}
modifies the execution status of the execution step with the given id to the given status.
Path parameters
Snippet path-parameters not found for operation::RestExecutionStepControllerIT/change-execution-status
HTTP request
Snippet http-request not found for operation::RestExecutionStepControllerIT/change-execution-status
HTTP response
Snippet http-response not found for operation::RestExecutionStepControllerIT/change-execution-status
Response fields
Snippet response-fields not found for operation::RestExecutionStepControllerIT/change-execution-status
Links
Snippet links not found for operation::RestExecutionStepControllerIT/change-execution-status
Modify comment of execution step
A PATCH
to /execution-steps/{id}
modifies the comment of the execution step with the given id.
Path parameters
Snippet path-parameters not found for operation::RestExecutionStepControllerIT/change-comment-execution-step
HTTP request
Snippet http-request not found for operation::RestExecutionStepControllerIT/change-comment-execution-step
HTTP response
Snippet http-response not found for operation::RestExecutionStepControllerIT/change-comment-execution-step