mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-27 01:40:48 +00:00
example curl for message start event
This commit is contained in:
parent
20cec0f2a2
commit
2142f1ac8a
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user