All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.workflow-01.filters.actiondatafilter.json Maven / Gradle / Ivy

{
  "type": "object",
  "javaType": "org.jbpm.serverless.workflow.api.filters.ActionDataFilter",
  "properties": {
    "dataInputPath": {
      "type": "string",
      "description": "JSONPath definition that selects parts of the states data input to be the action data"
    },
    "dataResultsPath": {
      "type": "string",
      "description": "JSONPath definition that selects parts of the actions data result, to be merged with the states data"
    }
  },
  "required": []
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy