cURL
curl --request POST \ --url http://localhost:55001/api/orchestration/v2/instances/{instanceID}/events \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
This response does not have an example.
Send an event to a running workflow
The access token received from the authorization server in the OAuth 2.0 flow.
The instance id
No content