Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 643 Bytes

MessageEventReceivedRequest.md

File metadata and controls

13 lines (9 loc) · 643 Bytes

MessageEventReceivedRequest

The properties of the message event to be received.

Properties

Name Type Description Notes
message_name str The name of the message event.
process_instance_id str The ID of the workflow execution.
variables dict(str, object) The variables of the message event. They will be injected as variables in the running workflow. [optional]

[Back to Model list] [Back to API list] [Back to README]