Trigger Ad Hoc Activities
POST/execution/:id/ad-hoc-activities/trigger
Manually triggers one or more ad hoc activities within an ad hoc scope. Allows specifying activities to activate and optional variables to set in each activity.
Request
Responses
- 204
- 400
- 500
Request successful. This method returns no content.
The request was invalid. For example, if the execution is not waiting in an ad hoc scope, or if the specified activity id is not found in the ad hoc scope. See the Introduction for the error response format.
An internal server error occurred while processing the request. See the Introduction for the error response format.