Skip to content

Inter workflow communication

Gurmit Teotia edited this page Apr 12, 2020 · 3 revisions

Multiple running workflows can communicate with each other by sending signals. You can send the payload of 32,768 characters while sending the signals to a workflow. Guflow provides you APIs to send (and receive) the signals to child workflows and non-child workflows.

This example shows on how you can communicate between workflows.

Clone this wiki locally