Property description

The stream asset configures the conditions used to select or filter objects that the automation rule applies to.

Warning

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

PropertyDescriptionValuesMandatory
keyUnique key of the stream.stringYes
typeType of the stream.stringYes
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.