New version 0.13.0!

v0.13.0

Clients

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