Package version:

Interface FilterActivity

Filter and return results from input array based on the conditions.

Hierarchy

Properties

condition: Expression

Condition to be used for filtering the input.

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

items: Expression

Input array on which filter should be applied.

name: string

Activity name.

type: "Filter"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc