Package version:

Interface SetVariableActivity

Set value for a Variable.

Hierarchy

Properties

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

name: string

Activity name.

type: "SetVariable"

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

userProperties?: UserProperty[]

Activity user properties.

value?: any

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

variableName?: string

Name of the variable whose value needs to be set.

Generated using TypeDoc