Skip to content

Rename data filter properties #672

Closed
@cdavernas

Description

@cdavernas

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

Labels

area: specChanges in the Specificationchange: featureNew feature or request. Impacts in a minor version change

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions