cncf / wg-serverless

CNCF Serverless WG
https://cncf.io
Apache License 2.0
1.52k stars 151 forks source link

produceEvent data property update #242

Closed tsurdilo closed 4 years ago

tsurdilo commented 4 years ago

Currently in produceEvent, the data is just a string which is a json path expression selecting parts of the state data. In some cases you want to build your own data which may use the state data if needed for the produced event. This change allows users to do both.