Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppendVariableActivity

Package version

Append value for a Variable of type Array.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

name

name: string

Activity name.

type

type: "AppendVariable"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Optional value

value: any

Value to be appended. Could be a static value or Expression

Optional variableName

variableName: undefined | string

Name of the variable whose value needs to be appended to.

Generated using TypeDoc