Activiti · Schema

RestVariable

Activiti RestVariable schema

BPMBusiness Process ManagementWorkflowsBPMNOpen-SourceProcess AutomationJavaREST API

Properties

Name Type Description
name string
scope string
type string
value object
valueUrl string
View JSON Schema on GitHub

JSON Schema

activiti-restvariable.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/activiti/json-schema/activiti-restvariable.json",
  "title": "RestVariable",
  "description": "Activiti RestVariable schema",
  "properties": {
    "name": {
      "type": "string"
    },
    "scope": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "value": {
      "type": "object"
    },
    "valueUrl": {
      "type": "string"
    }
  },
  "type": "object"
}