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

RFR: Action model in rule should be referred by name #2 #303

Merged
merged 3 commits into from
Jul 30, 2014

Conversation

lakshmi-kannan
Copy link
Contributor

See #301 for comments.

lakshmi-kannan added a commit that referenced this pull request Jul 30, 2014
RFR:  Action model in rule should be referred by name #2
@lakshmi-kannan lakshmi-kannan merged commit 0853da4 into master Jul 30, 2014
return ''
return action_exec_spec.action['name']

@staticmethod
def __invoke_action(action, action_args):
payload = json.dumps({'action': action,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be {'action' : {'name': action}, 'parameters': action_args}}

Alternatively you will have to change ActionExecutionAPI.action

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lakshmi-kannan lakshmi-kannan deleted the STORM-338/action_name_top_level branch August 1, 2014 17:57
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

Successfully merging this pull request may close these issues.

2 participants