Complete Ad-Hoc Subprocess
POST/execution/:id/ad-hoc-activities/complete
Completes an active ad-hoc subprocess execution by id. The request fails if any inner activity is currently active. Optional variables can be set before completion.
Request
Responses
- 204
- 400
- 500
Request successful. This method returns no content.
The execution id is invalid, the execution is not an ad-hoc subprocess, or active child activities exist.
An internal server error occurred while completing the ad-hoc subprocess.