Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reserved activity attributes should start with an underscore #6

Open
cressie176 opened this issue Jun 24, 2015 · 0 comments
Open

Reserved activity attributes should start with an underscore #6

cressie176 opened this issue Jun 24, 2015 · 0 comments

Comments

@cressie176
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant