dtkt.flow.v1beta1spec.proto

Var

Message

Var is an intermediate value in a Flow used to transform and/or memoize the result of a computation for reuse.

FieldTypeNumberDescription
idstring1

No description.

cachebool2

When cache is true var always returns its first non-null memoized value.

typeOneOf

No description.

valuestring3

Given expression evaluates to var's memoized value, example: "= inputs.foo.getValue()"

switch
Switch
4

Given switch statement's first matching case (otherwise default) evaluates to var's memoized value.