example curl for message start event

This commit is contained in:
burnettk 2023-04-05 20:20:08 -04:00
parent 20cec0f2a2
commit 2142f1ac8a
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ def message_instance_list(
# payload: dict,
# process_instance_id: Optional[int],
# }
#
# For example:
# curl 'http://localhost:7000/v1.0/messages/gogo' \
# -H 'authorization: Bearer [FIXME]' \
# -H 'content-type: application/json' \
# --data-raw '{"payload":{"sure": "yes", "food": "spicy"}}'
def message_send(
message_name: str,
body: Dict[str, Any],