Skip to content

Async dependency resolution for data variables #5863

Description

@kof

Allow data variables to depend on other data variables via async expressions. E.g.

  1. a=1; b =a + 1
  2. a = Resource({value: 1}); b = await a.value + 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featFeatures and enhancements

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions