Property description
The stream asset configures the conditions used to select or filter objects that the automation rule applies to.
Proper filters configuration is vital for the automation rule. If you don’t filter your objects properly, irreversible changes will affect unintended objects and users!
Minimal JSON
{
"key": "",
"type": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Unique key of the stream. | string | Yes |
type | Type of the stream. | string | Yes |
| Other mandatory fields depend on the selected stream type. | Yes |
Supported stream types
The following types are supported:
- Logical Formula: Defines a logical formula, which filters objects based on all or some defined conditions and filters.
- Select by Relations: Selects the related objects based on the relation type.
- Select Children: Selects the children of objects returned by the previous step or trigger.
- Select Parent: Selects the parent of objects returned by the previous step or trigger.
- Select User Object Relation: Selects users related to each object based on the specified user relation type.