Skip to content

Context Data Scoping #868

Open
Open
@cdavernas

Description

@cdavernas

What would you like to be added:

Add a feature to enable scoping $context data.

Why is this needed:

In some specific cases, a user might want to only provide a slice of its context data to sub tasks, which is especially true when performing iterations (for/while) to avoid useless bloating.

It is also true for parallel writes, which you'd rather have on a small slice of a potentially huge context than on its whole. Google Workflows addresses that by explicitly sharing variables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: specChanges in the SpecificationbacklogThe issue has been recognized but not yet scheduled or prioritizedchange: documentationImprovements or additions to documentation. It won't impact a version change.change: featureNew feature or request. Impacts in a minor version change

    Type

    No type

    Projects

    Status

    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions