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

Tasks should support and _args attribute #7

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

Tasks should support and _args attribute #7

cressie176 opened this issue Jun 24, 2015 · 0 comments

Comments

@cressie176
Copy link

{
   _task: 'set',
   _args: ['foo', '@bar']
}

_args should be auto injected into the activity.
An activity shouldn't be able to mix _args and named attributes, e.g. the following should be illegal

{
   _task: 'set',
   _args: ['foo', '@bar'],
   name: 'xxx'
}
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