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.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
processId
string<object-id>
true

The workflow process ID.

Request Body

The message to send.

Contains information about the message that is updated.

NameTypeRequiredDescription
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.

Responses

StatusMeaningDescription
204No Content

The message was received.

400Bad Request

The request was invalid.

Schema
404Not Found

No process exists with the specified ID.

Schema
409Conflict

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