Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Record-Action Concepts

A stream has a set of Stream Item Actions. These specify an To make changes to the data in a table use a record-action. Each record-action is a single operation that can happen to a record in the stream, for example to table. Record-actions can create, read, update ordelete or delete a record.

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 , so are sometimes called CRUD actions. To configure PhixFlow to perform several operations to the data  record-actions directly to a table. Alternatively, to configure PhixFlow to perform several operations

  • in one table, add a list of record-actions to a table or to a table-action associated with the table.
  • in different tables, add a list of record-actions to an action that is not associated with a specific table. The record-actions affect the different tables.

An action/table-action can potentially run any of the record-actions in its list. To decide which stream item record-action to run, the action has create a rule associated with each stream item record-action. When Stream Item Action Rule evaluates the rule evaluates to true, the record-action runs the action and therefore makes , making a change to the data in the streamtable. See Record-Action and Record-Action Rule properties.