Skip to main content
POST
/
api
/
orchestration
/
instances
/
{instanceID}
/
events
Send an event to a running workflow
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>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

instanceID
string
required

The instance id

Body

application/json
name
string
required

Response

No content