New in 0.16.0

v0.16.1

Client Usage

Send A Signal To A Workflow

It is possible to send a signal to running workflows. Sending signals is done through channels that must be described in the workflow interface, for example:

This signal can be any serializable object of the type described in the workflow interface.

We can send an object to a running instance targeted by id:

or running instances targeted by tag:

Previous
Start A Workflow