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

Rename action functionRef property #828

Closed
cdavernas opened this issue Mar 11, 2024 · 1 comment
Closed

Rename action functionRef property #828

cdavernas opened this issue Mar 11, 2024 · 1 comment
Labels
area: spec Changes in the Specification change: documentation Improvements or additions to documentation. It won't impact a version change. change: feature New feature or request. Impacts in a minor version change
Milestone

Comments

@cdavernas
Copy link
Member

What would you like to be added:

Now that we split eventRef into two new subscribe and publish properties, we should rename the functionRef into something like call, so that we aim at consistently using imperative tense.
We should also rename the functionRef's refName property into function.

actions:
- name: my-action
  call:
    function: greet
    arguments:
      greetings: Hello, World!

Why is this needed:

@cdavernas cdavernas added change: documentation Improvements or additions to documentation. It won't impact a version change. change: feature New feature or request. Impacts in a minor version change area: spec Changes in the Specification examples labels Mar 11, 2024
@cdavernas cdavernas added this to the v0.9 milestone Mar 11, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This was referenced May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: spec Changes in the Specification change: documentation Improvements or additions to documentation. It won't impact a version change. change: feature New feature or request. Impacts in a minor version change
Projects
Status: Done
Development

No branches or pull requests

1 participant