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 3 Next »

Action Concepts

A stream has a set of  Stream Item Actions (SIA). These represent the smallest, specific operation that can happen to the data in the stream.

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

The action can potentially run any of the SIA in its list. To decide which SIA to run, the action has a rule associated with each. PhixFlow evaluates the rule, and if it evaluates to true, it runs the SIA and therefore makes a change to data for the stream.

  • No labels