Notify process of received messages
post/workflow/processes/{processId}/receivedMessages
Notifies a process that is associated with a SAS Model Manager client that a message has been received. Authorization: By default only users in the ApplicationAdministrators group have access to this endpoint. Authorization rules can be added to this endpoint for any set of users or groups to allow access to the associated information.
The message to send.
Contains information about the message that is updated.
Name | Type | Required | Description |
---|---|---|---|
version | integer | false | The version of the message schema. |
name | string | false | The name of the message. |
variables | array [Variable] | false | The variables to set within the workflow process prior to the process continuing. |
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The message was received. | ||
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No process exists with the specified ID. | Schema | |
409 | Conflict | The request could not be completed due to a conflict with the current state of the resource. There are no active intermediate catching events for the specified message. | Schema |