Table of Contents
Actions in Business Rules
Table of Contents
Some actions are only applicable for Content Items, like actions related to Permission Sets, AI Tagging, and Layers. You cannot use Permission Sets, AI Tagging, or Layers for List Items. Nonetheless, actions are not filtered by the Trigger Point Document Type. You can create a Business Rule for List Items with an Action that should assign a Layer. Fotoware Alto will ignore these actions, skip them, and look for valid (e.g., available for List Items) actions.
Assign Content Permission Sets Action
The AssignContentPermissionSetsAction assigns content permission sets to content, e.g., gives access to suppliers.
Assign Layer Action
The AssignLayerAction assigns a specific layer to content if the condition is met. This requires the layer to be available to the specific content type (Available For in Layers).
Assign Tagbox Items Action
The AssignTagboxItemsAction assigns a specific tagbox item to the tagbox field specified, e.g., updating copyright holders with creators from Dublin Core. This requires the layer where the field is found to be assigned already; therefore, combine with "AssignLayerAction" and/or "LayerAssignedCondition."
Assign Tagbox Items in Layer Action
The AssignTagboxItemsinLayerAction assigns Tagbox Items from the defined cache to the corresponding Layer and the fields where the values can be added. This requires a cache of type SchemaTagboxFilterLookupNamedCacheConfiguration to be present.
Assign Value Action
The AssignValueAction assigns a specific value to the field specified, e.g., updating the copyright source with creators from Dublin Core. This requires the layer where the field is found to be assigned already; therefore, combine with "AssignLayerAction" and/or "LayerAssignedCondition."
Deprecated Enqueue Tagging Action (AI Tagging)
The EnqueueTaggingAction allows for enqueuing the auto-tagging. Editors can add the tagging model, language code (for tags to use), and match value (confidence value for tag prediction) to a Layer, and by assigning the Layer to Content Items, Fotoware Business Rules extract the settings and send the items to Clarifai with the desired configuration. This way, editors can, for example, easily apply the celebrity layer for tagging or flag content deemed as potentially problematic.
Enqueue Create Embed Action
The Enqueue Create Embed Action automatically creates embeds for sharing content. This is especially useful for integrations, e.g., when a CMS requires an embed link for a specific content, and for marketing operations, e.g., when users can easily pick embed links for distributing files in ads, social media, or mailings.
Enqueue Ownership Action
The Enqueue Transfer Ownership Action transfers the ownership of a Content Item to the configured user of Fotoware Alto.
Enqueue Tagging Action (AI Keywords, OCR, Object Detection) using Azure
With EnqueueTaggingAction, you can enqueue the auto-tagging, enabling object detection and OCR (Optical Character Recognition).
Get Number from Number Sequence Action
The Get Number from Number Sequence Action is used to create customized identifiers for easier reference of your content. A shorter number may be preferred for users and machine processing for quick reference.
Produce Message to External System
The Produce Message Action is only used by Service Providers (via API) who can listen to this message to then further process the information e.g. Content Items with approved tags and copyright information can be sent to an agency for further graphical processing.
Produce Notification Action
The Produce Notification Action produces a toast notification when the Business Rule conditions are met, e.g., to inform about new images, new Content Items with approved copyright information, or recalled Content Items.
Unassign Content Permission Sets Action
The UnassignContentPermissionSetsAction unassigns content permission sets from Content Items, e.g., removes access for suppliers.
Unassign Layer Action
The UnassignLayerAction unassigns a specific layer from content if the condition is met.
Unassign Tagbox Items Action
The UnassignTagboxItemsAction unassigns a specific tagbox item from the specified tagbox field, e.g., to remove flagged content tags from public keywords. This requires the layer with the field and the tag to be present on the content; therefore, combine with "LayerAssignedCondition."