Closed
Description
What would you like to be added:
To rename data filter properties
Why is this needed:
Having properties such as stateDataFilter
when defining a state, or actionDataFilter
when defining an action is redudant and tedious to write. So, instead of:
...
states:
- name: MyOperationState
type: operation
stateDataFilter: ...
actions:
- name: MyAction
actionDataFilter: ...
...
...
... I propose we use:
...
states:
- name: MyOperationState
type: operation
dataFilter: ...
actions:
- name: MyAction
dataFilter: ...
...
...
IMHO it's less confusing, shorter and cleaner.
Metadata
Metadata
Assignees
Type
Projects
Status
Done
Activity
tsurdilo commentedon Sep 9, 2022
agree but much harder to define cleanly in json schema :) looking into it to see if there is nice way
github-actions commentedon Oct 29, 2022
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.
github-actions commentedon Dec 15, 2022
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.
github-actions commentedon Jan 31, 2023
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.
1 remaining item
cdavernas commentedon May 17, 2024
Closed as resolved by 1.0.0-alpha1, and therefore as part of #843