Skip to content

EventStateDataFilter does not work for starting events #705

@fjtirado

Description

@fjtirado

EventDataFilter only works for starting events which are dataOnly: false (the whole cloud event)

If user wants to filter the start event, currently they have to to add dataOnly:false to the event declaration and add a data:.data to take the data or, without adding dataOnly:false, use StateDataFilter.output (preferred alternative) rather than EventDataFilter

This should be fixed so EventDataFilter works also for dataOnly:true (which is the default)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions