For the complete documentation index, see llms.txt. This page is also available as Markdown.

Events

A value stream can react to an action (event) happening in internal or external systems.

External events can trigger a value stream to run or wake up sleeping process instances. These events (such as stock level notifications, quote requests, and many others) are transmitted as authenticated webhooks to a pre-configured Value Stream Modeller event-receiver endpoint. When receiving these notifications, the system interprets them and initiates (or wakes) the relevant value stream accordingly.

VSM is schema-less, it utilizes the Cloud Event specification for both receiving and sending events. This framework enables VSM to seamlessly gather event information from designated endpoints responsible for transmitting such data. By adhering to this specification, VSM ensures efficient and standardized communication, facilitating seamless integration with various systems and endpoints.

For details about events in VSM, check the following documentation:

Last updated

Was this helpful?