Skip to content

Reserved activity attributes should start with an underscore #6

@cressie176

Description

@cressie176

Currently reserved activity attributes may clash with user defined ones. This makes it really difficult to add new reserved activity attributes in future.

We should change all reserved activity attributes to start with an underscore. e.g.

        {
            _task: 'set',
            name: 'foo',
            value: 'bar'
        }

And prevent users from adding custom attributes that start with an underscore

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions