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

schema.sleep.sleep.json Maven / Gradle / Ivy

{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.sleep.Sleep",
  "properties": {
    "before": {
      "type": "string",
      "description": "Amount of time (ISO 8601 duration format) to sleep before function/subflow invocation. Does not apply if 'eventRef' is defined."
    },
    "after": {
      "type": "string",
      "description": "Amount of time (ISO 8601 duration format) to sleep after function/subflow invocation. Does not apply if 'eventRef' is defined."
    }
  },
  "required": [
    "before",
    "after"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy