Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SetVariableActivity

Package version

Set value for a Variable.

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: "SetVariable"

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 set. Could be a static value or Expression

Optional variableName

variableName: undefined | string

Name of the variable whose value needs to be set.

Generated using TypeDoc