Send Message to Process Instance

post

/process/api/v1/messages

When execution flow initiates a receive task, this activity pauses instance execution. To initiate the paused instance execution, you can use this API function to send the task of resuming.

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : message
Type: object
Show Source
Nested Schema : Message
Type: object
Additional Properties Allowed
Show Source
a (key, MapItem) map. `default`is an example key
Show Source
Nested Schema : default
Type: object
Nested Schema : additionalProperties
Type: object
Examples

Back to Top

Response

202 Response

Successful operation - no content returned

401 Response

Unauthorized

429 Response

Too Many Requests

500 Response

Internal Server Error

503 Response

Too Many Exceptions or Too Slow Requests
Back to Top