Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Action Concepts

A stream has a set of Record-Action. These specify an single operation that can happen to a stream-item (record) in the stream. Stream-item-actions can create, read, update or delete a record, so are called CRUD actions.

You can configure an Action to perform several operations on the data in different streams. This is because the action contains a list of stream-item-actions that can come from different streams.

The action can potentially run any of the stream-item-actions in its list. To decide which stream-item-action to run, the action has a rule associated with each stream-item-action. When a Record-Action Rule evaluates to true, the action runs, making a change to the data in the stream.

  • No labels