Class EventDataFilter

    • Constructor Detail

      • EventDataFilter

        public EventDataFilter()
    • Method Detail

      • getData

        public String getData()
        Workflow expression that filters of the event data (payload)
      • setData

        public void setData​(String data)
        Workflow expression that filters of the event data (payload)
      • getToStateData

        public String getToStateData()
        Workflow expression that selects a state data element to which the event payload should be added/merged into. If not specified, denotes, the top-level state data element.
      • setToStateData

        public void setToStateData​(String toStateData)
        Workflow expression that selects a state data element to which the event payload should be added/merged into. If not specified, denotes, the top-level state data element.
      • isUseData

        public boolean isUseData()
        If set to false, event payload is not added/merged to state data. In this case 'data' and 'toStateData' should be ignored. Default is true.
      • setUseData

        public void setUseData​(boolean useData)
        If set to false, event payload is not added/merged to state data. In this case 'data' and 'toStateData' should be ignored. Default is true.