cURL
curl --request POST \ --url http://localhost/api/orchestration/instances/{instanceID}/events \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "errorCode": "VALIDATION", "errorMessage": "<string>" }
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