How To Send Events To Workflows
Zenaton workflows can wait and react to external events (according to its description). An event is often sent when the a user does something in a application or other external triggers.
An event is described by its name (a string) and data, and can be sent to a running workflow.
Sending an event can be done:
- using Zenaton node.js SDK from a node.js application
- using Zenaton API from an application in another language
- from a 3rd party service
- from a workflow
WARNING
Nothing happens when an event is sent to a workflow that has been terminated.