Package version:

Interface AppendVariableActivity

Append value for a Variable of type Array.

Hierarchy

Properties

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

name: string

Activity name.

type: "AppendVariable"

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

userProperties?: UserProperty[]

Activity user properties.

value?: any

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

variableName?: string

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

Generated using TypeDoc