Excerpt |
---|
Record-Action ConceptsA stream has a set of Record-Action. 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 stream-item ( record ) in the streamtable. StreamRecord-item-actions can create, read, update or delete a record, so are sometimes called CRUD actions. To configure PhixFlow to perform several operations to the data record-actions .You can configure an Action directly to a table. Alternatively, to configure PhixFlow 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
An action/table-action can potentially run any of the stream-itemrecord-actions in its list. To decide which streamrecord-item-action to run, the action has create a rule associated with each streamrecord-item-action. When a Record-Action Rule evaluates the rule evaluates to true, the record-action runs, making a change to the data in the streamtable. See Record-Action and Record-Action Rule properties. |
Page Comparison
General
Content
Integrations