Class ActionDataFilter

    • Constructor Detail

      • ActionDataFilter

        public ActionDataFilter()
    • Method Detail

      • getFromStateData

        public String getFromStateData()
        Workflow expression that selects state data that the state action can use
      • setFromStateData

        public void setFromStateData​(String fromStateData)
        Workflow expression that selects state data that the state action can use
      • getResults

        public String getResults()
        Workflow expression that filters the actions data results
      • setResults

        public void setResults​(String results)
        Workflow expression that filters the actions data results
      • getToStateData

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

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

        public boolean isUseResults()
        If set to false, action data results are not added/merged to state data. In this case 'results' and 'toStateData' should be ignored. Default is true.
      • setUseResults

        public void setUseResults​(boolean useResults)
        If set to false, action data results are not added/merged to state data. In this case 'results' and 'toStateData' should be ignored. Default is true.
      • withUseResults

        public ActionDataFilter withUseResults​(boolean useResults)