Protocol Messages
Last updated
Last updated
A ProtocolMessage
is a message sent to a BPI including the payload
and other parameters necessary for context resolution and execution of a Workstep
which is part of a previously-deployed Workflow
.
Field | Type | Description |
---|---|---|
| string | internal identifier of the associated record or object included as |
| string | unique identifier indicating the domain model of the associated record or object included as |
| object | arbitrary object, e.g. containing the fields specified by the domain model referenced by |
| uuid | identifier of the previously-deployed |
POST
https://baseline.provide.services/api/v1/protocol_messages
Creates an outbound protocol message
Name | Type | Description |
---|---|---|
id* | string | internal identifier of the associated record or object included as |
type* | string | unique identifier indicating the domain model of the associated record or object included as |
payload* | object | arbitrary object, e.g. containing the fields specified by the domain model referenced by |
workstep_id | uuid | identifier of the previously-deployed |