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

schema.states.injectstate.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha2
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.states.InjectState",
  "javaInterfaces": [
    "io.serverlessworkflow.api.interfaces.State"
  ],
  "description": "Set up and inject the state's data input to data output. Does not perform any actions",
  "extends": {
    "$ref": "defaultstate.json"
  },
  "properties": {
    "data": {
      "type": "object",
      "description": "JSON object which can be set as states data input and can be manipulated via filters",
      "existingJavaType": "com.fasterxml.jackson.databind.JsonNode"
    },
    "usedForCompensation": {
      "type": "boolean",
      "default": false,
      "description": "If true, this state is used to compensate another state. Default is false"
    }
  },
  "required": [
    "inject"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy