Prior to July 2022, Foundry Rules (previously known as Taurus) used Foundry Actions as rule outputs. This section is only relevant if you deployed Foundry Rules prior to July 2022.
Rule Actions are a means within Foundry Rules to enforce an output schema on a rule's output. This is accomplished by using Foundry Actions as the mechanism for specifying the column names and types. A rule Action is a Foundry Action that will be used in Foundry Rules.
The Action in the screenshot above is only used within the transform and will not be run on its own. It is convenient to have no Action rules configured for the Action (1 in the screenshot above) so if the Action were to be run, it would have no effect.
The parameters of the Action will be presented to end users in the Foundry Rules Workshop application and made available to map to columns output by the rule logic (2 in the screenshot above).
null
value to the parameter.taurus_rule_id
column to indicate the rule ID of the rule the row originated from.Defining Submission Criteria (3) is a requirement for saving an Action. The most common submission criterion for rule actions is checking that the Current User belongs to a user group with permissions to edit the Foundry Rules workflow. This validation will be applied when editing a rule in the Foundry Rules App.