Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FilterActivity

Package version

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

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

condition

condition: Expression

Condition to be used for filtering the input.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

items

items: Expression

Input array on which filter should be applied.

name

name: string

Activity name.

type

type: "Filter"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc